diff options
| author | 2021-09-16 14:36:33 -0700 | |
|---|---|---|
| committer | 2021-09-24 22:35:28 +0000 | |
| commit | dc0f1583a2a2497febcd7fa24ddc29028686a1a6 (patch) | |
| tree | c911cc19a35ae57274d6d857187c3e07c63bf8fd /libs/gralloc | |
| parent | e0c7426d8e52171f9652817388d7ec0dfebc43b5 (diff) | |
SF: rev android.hardware.graphics.common to V3
Bug: 198690444
Test: Build
Change-Id: I6a1381f1cce9e83500d37c4c225a0ad40f10e5f0
Diffstat (limited to 'libs/gralloc')
| -rw-r--r-- | libs/gralloc/types/Android.bp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/gralloc/types/Android.bp b/libs/gralloc/types/Android.bp index cda9e19c1e..6afd1729de 100644 --- a/libs/gralloc/types/Android.bp +++ b/libs/gralloc/types/Android.bp @@ -33,7 +33,7 @@ cc_library { target: { darwin: { enabled: false, - } + }, }, vendor_available: true, @@ -48,18 +48,18 @@ cc_library { min_sdk_version: "29", srcs: [ - "Gralloc4.cpp" + "Gralloc4.cpp", ], shared_libs: [ - "android.hardware.graphics.common-V2-ndk", + "android.hardware.graphics.common-V3-ndk", "android.hardware.graphics.mapper@4.0", "libhidlbase", "liblog", ], export_shared_lib_headers: [ - "android.hardware.graphics.common-V2-ndk", + "android.hardware.graphics.common-V3-ndk", "android.hardware.graphics.mapper@4.0", "libhidlbase", ], |