commit | 06adcd9f83964551796d10b05759ecdfa74d2a22 | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Wed Jul 27 15:05:38 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Oct 12 08:19:22 2016 -0700 |
tree | 920dd06724280c9420c1e2f8e99dacdc6aed83d0 | |
parent | db7fb87f327732c1e6a8aab67528d9feb52b65f0 [diff] |
Build SF executable with USE_HWC2 when needed The SurfaceFlinger executable wasn't picking up the USE_HWC2 flag when enabled by the TARGET_USES_HWC2 BoardConfig, causing a mismatch in the size of the SurfaceFlinger object. This fixes that by also passing USE_HWC2 when building the executable. Test: Cherry-pick from internal branch Bug: 30302693 Change-Id: I1e41e5f548d4b8329590a082d9b69155ba365be9 (cherry picked from commit f9f7f6931f521ddcab6f1f47294cc26326c4be1a)