diff options
| author | 2020-10-21 00:52:13 +0000 | |
|---|---|---|
| committer | 2020-10-21 00:52:13 +0000 | |
| commit | c455ec4fbc1b95edd99232f4019a8252e387c67d (patch) | |
| tree | 015a0503d7da4957a8b714b991af29b900fa4f5c /libs/ui/Android.bp | |
| parent | 0eb5f6c9b35016b82c6fffca4062e5f6f99b740b (diff) | |
| parent | 3695285a81ffc6d030461af136a76ded8b3f49be (diff) | |
Merge "Update VNDK version for common graphics HALs." am: 3695285a81
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1465163
Change-Id: I8b6fda90f5855fd91409fcdcadfc8ab7a12664c9
Diffstat (limited to 'libs/ui/Android.bp')
| -rw-r--r-- | libs/ui/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
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", ], |