aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSally Qi <sallyqi@google.com>2024-04-22 20:50:18 +0000
committerSally Qi <sallyqi@google.com>2024-04-22 20:50:21 +0000
commitf275c5b4eafd0f27f88f27d14000c203bdfd41cd (patch)
tree10b2e176da77eefc675c827fa3bccf17c81466dc
parent7c17df811920df33881f0c39fe230918686c6126 (diff)
downloadgoldfish-opengl-f275c5b4eafd0f27f88f27d14000c203bdfd41cd.tar.gz
Use composer3-ndk wrappers to avoid manual revup.
Bug: N/A Change-Id: If7d524161c87b30298e671c111c10fa34c8144d2 Test: builds
-rw-r--r--system/hwc3/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/hwc3/Android.bp b/system/hwc3/Android.bp
index a08a1bed..0662c6a7 100644
--- a/system/hwc3/Android.bp
+++ b/system/hwc3/Android.bp
@@ -24,13 +24,16 @@ package {
cc_binary {
name: "android.hardware.graphics.composer3-service.ranchu",
+ defaults: [
+ "android.hardware.graphics.composer3-ndk_shared",
+ ],
+
relative_install_path: "hw",
vendor: true,
shared_libs: [
"android.hardware.graphics.composer@2.1-resources",
"android.hardware.graphics.composer@2.2-resources",
- "android.hardware.graphics.composer3-V3-ndk",
"libbase",
"libbinder_ndk",
"libcutils",