commit | a52f0295622a42849f5ef81c44589b816b2ccacb | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Wed Mar 14 17:26:31 2018 -0700 |
committer | Peiyong Lin <lpy@google.com> | Thu Mar 15 21:14:01 2018 +0000 |
tree | fa5b66c2866be26e85f8bbcda940662d55212089 | |
parent | 17511b0527cad3a68015c4fef2e0ab451ba2de6f [diff] [blame] |
[Native] Replace android_color_mode usage with ColorMode. To ease the pain when we add color mode v1.1, we replace all current android_color_mode usage in framework native with ColorMode directly from HAL. BUG: 73824924 Test: Build & flash Change-Id: I4436fc225c7807506825c7148bc794cb99f278dc
diff --git a/services/surfaceflinger/layerproto/Android.bp b/services/surfaceflinger/layerproto/Android.bp index 485090c..ac147fe 100644 --- a/services/surfaceflinger/layerproto/Android.bp +++ b/services/surfaceflinger/layerproto/Android.bp
@@ -10,6 +10,7 @@ ], shared_libs: [ + "android.hardware.graphics.common@1.1", "libui", "libprotobuf-cpp-lite", "libbase",