diff options
| author | 2022-04-18 22:19:54 +0000 | |
|---|---|---|
| committer | 2022-04-18 22:19:54 +0000 | |
| commit | cc7a66daf66926ab71254c5817fc6b484eb9de32 (patch) | |
| tree | 049b218f66d3d60e12779f3eb332779605e22f86 | |
| parent | 03c9ba8aed5ae5fcfc5a5821821f565e321c7170 (diff) | |
| parent | a7bd3b9aedec986bb622d0d9fffa7aef183fa46a (diff) | |
Merge "Update hwui deps due to libtonemap" into tm-dev
| -rw-r--r-- | libs/hwui/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index d8b077b32420..ad9aa6cdd3d9 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -108,6 +108,7 @@ cc_defaults { shared_libs: [ "android.hardware.graphics.common-V3-ndk", "android.hardware.graphics.common@1.2", + "android.hardware.graphics.composer3-V1-ndk", "liblog", "libcutils", "libutils", |