diff options
| author | 2022-04-14 23:24:28 +0000 | |
|---|---|---|
| committer | 2022-04-15 00:09:53 +0000 | |
| commit | a7bd3b9aedec986bb622d0d9fffa7aef183fa46a (patch) | |
| tree | c401fd172a13f87a83dc2b54b52998b3a6ee1980 | |
| parent | 0c05d9a948f35cea4e35c4feec01a72a4627f953 (diff) | |
Update hwui deps due to libtonemap
Libtonemap now accepts the display renderintent as an optional
parameter.
Bug: 227779465
Test: builds, boots
Change-Id: Ic9b48cba4bd23ec0b7e43ecdc1808f8bd522dcb3
| -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", |