summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Marissa Wall <marissaw@google.com> 2019-08-01 14:30:50 -0700
committer Marissa Wall <marissaw@google.com> 2019-08-16 10:54:55 -0700
commit72a90b6abaa21e5e9fab1834c37f129259dc70d8 (patch)
tree789ea64721d582d76594cb5fe8e4ec6e1f71a400
parent13db07b6bcccb58ce51a385399e7288aaab0e077 (diff)
frameworks/native: composer-resources is a new shared library
Composer-resources was added to ensure newer versions of mapper wouldn't break vendors when they are added. Test: compiles and boots Bug: 136016160 Change-Id: I4fb5801dfd5a5e72f70f6069017ba185978b2dca
-rw-r--r--services/surfaceflinger/tests/fakehwc/Android.bp1
-rw-r--r--services/vr/hardware_composer/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/services/surfaceflinger/tests/fakehwc/Android.bp b/services/surfaceflinger/tests/fakehwc/Android.bp
index a2c0611b1e..f359550bfb 100644
--- a/services/surfaceflinger/tests/fakehwc/Android.bp
+++ b/services/surfaceflinger/tests/fakehwc/Android.bp
@@ -10,6 +10,7 @@ cc_test {
],
shared_libs: [
"android.hardware.graphics.composer@2.1",
+ "android.hardware.graphics.composer@2.1-resources",
"android.hardware.graphics.mapper@2.0",
"android.hardware.graphics.mapper@3.0",
"android.hardware.power@1.3",
diff --git a/services/vr/hardware_composer/Android.bp b/services/vr/hardware_composer/Android.bp
index 1604775da5..bc7cc1c409 100644
--- a/services/vr/hardware_composer/Android.bp
+++ b/services/vr/hardware_composer/Android.bp
@@ -14,6 +14,7 @@ cc_library_shared {
shared_libs: [
"android.frameworks.vr.composer@1.0",
"android.hardware.graphics.composer@2.1",
+ "android.hardware.graphics.composer@2.1-resources",
"android.hardware.graphics.mapper@2.0",
"android.hardware.graphics.mapper@3.0",
"libbase",