diff options
| author | 2022-11-08 16:18:49 +0100 | |
|---|---|---|
| committer | 2022-12-07 21:10:33 +0000 | |
| commit | 8c1f7e90ce613f21d4e60445ddf131e97c9cd907 (patch) | |
| tree | 54690c22c96f60e40b04010196b5185e1b063983 /libs | |
| parent | 5bdc4b86fa743682cc926715742abce239a9efbf (diff) | |
graphics.common V3 -> V4
Bug: 251177105
Test: m
Change-Id: I235c88f66650bd3290e8cddf57b0cf77278183ac
Merged-In: I1418307159dbaa9d2acc44997f13a41d629d56c0
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/hwui/Android.bp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index 33f79352b8b8..c0220879094a 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -93,6 +93,9 @@ cc_defaults { cc_defaults { name: "hwui_static_deps", + defaults: [ + "android.hardware.graphics.common-ndk_shared", + ], shared_libs: [ "libbase", "libharfbuzz_ng", @@ -106,7 +109,6 @@ cc_defaults { target: { android: { shared_libs: [ - "android.hardware.graphics.common-V3-ndk", "android.hardware.graphics.common@1.2", "android.hardware.graphics.composer3-V1-ndk", "liblog", |