diff options
| author | 2020-10-16 23:46:04 +0000 | |
|---|---|---|
| committer | 2020-10-20 23:56:41 +0000 | |
| commit | e08a7f71074046d2626a0db85a3a90e3f3c00ebd (patch) | |
| tree | 1a226e074029a72b9e0cbcbe7c11aedd9c31b4ed | |
| parent | 07c60da5bfe26d2948bd13bf60d4c2bb8208f879 (diff) | |
Update VNDK version for common graphics HALs.
We are adding things to them, and in order for core libraries like libui
to use them, the newer versions need to be in the VNDK.
Exempt-From-Owner-Approval: cherry-pick
Bug: 170435409
Test: build
Change-Id: I84fc02127254c6b9d6d7858e140bd256b0dff44b
Merged-In: I84fc02127254c6b9d6d7858e140bd256b0dff44b
| -rw-r--r-- | libs/gralloc/types/Android.bp | 4 | ||||
| -rw-r--r-- | libs/ui/Android.bp | 4 | ||||
| -rw-r--r-- | services/surfaceflinger/tests/Android.bp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/libs/gralloc/types/Android.bp b/libs/gralloc/types/Android.bp index 66fb295a19..cc31cd5f24 100644 --- a/libs/gralloc/types/Android.bp +++ b/libs/gralloc/types/Android.bp @@ -38,14 +38,14 @@ cc_library { ], shared_libs: [ - "android.hardware.graphics.common-ndk_platform", + "android.hardware.graphics.common-unstable-ndk_platform", "android.hardware.graphics.mapper@4.0", "libhidlbase", "liblog", ], export_shared_lib_headers: [ - "android.hardware.graphics.common-ndk_platform", + "android.hardware.graphics.common-unstable-ndk_platform", "android.hardware.graphics.mapper@4.0", "libhidlbase", ], diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp index 1ee8c7105c..47eb59fb0a 100644 --- a/libs/ui/Android.bp +++ b/libs/ui/Android.bp @@ -72,7 +72,7 @@ cc_library_shared { "android.hardware.graphics.allocator@2.0", "android.hardware.graphics.allocator@3.0", "android.hardware.graphics.allocator@4.0", - "android.hardware.graphics.common-ndk_platform", + "android.hardware.graphics.common-unstable-ndk_platform", "android.hardware.graphics.common@1.2", "android.hardware.graphics.mapper@2.0", "android.hardware.graphics.mapper@2.1", @@ -89,7 +89,7 @@ cc_library_shared { export_shared_lib_headers: [ "android.hardware.graphics.common@1.2", - "android.hardware.graphics.common-ndk_platform", + "android.hardware.graphics.common-unstable-ndk_platform", "android.hardware.graphics.mapper@4.0", "libgralloctypes", ], diff --git a/services/surfaceflinger/tests/Android.bp b/services/surfaceflinger/tests/Android.bp index fe2af80c98..1532855089 100644 --- a/services/surfaceflinger/tests/Android.bp +++ b/services/surfaceflinger/tests/Android.bp @@ -44,7 +44,7 @@ cc_test { "libtrace_proto", ], shared_libs: [ - "android.hardware.graphics.common-ndk_platform", + "android.hardware.graphics.common-unstable-ndk_platform", "android.hardware.graphics.common@1.2", "android.hardware.graphics.composer@2.1", "libandroid", |