diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2022-10-05 23:42:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-10-05 23:42:10 +0000 |
commit | 0f34b95d95d33b86dbc1d6851ecc63f705e79dbb (patch) | |
tree | 885ad7ad3b63ed4590660bcaf71933d5ab2fbaaa /gralloc4/src | |
parent | d93f2730b323e3b5d6b22460be59bd0f34dddf7f (diff) | |
parent | e1d1269e5c09e953b9f768a08a14ccbe7d082719 (diff) |
Merge "Revert "Use android.hardware.graphics.allocator-ndk wrapper.""
Diffstat (limited to 'gralloc4/src')
-rw-r--r-- | gralloc4/src/aidl/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc4/src/aidl/Android.bp b/gralloc4/src/aidl/Android.bp index 5da81a1..e2d9d04 100644 --- a/gralloc4/src/aidl/Android.bp +++ b/gralloc4/src/aidl/Android.bp @@ -7,10 +7,10 @@ cc_library_shared { proprietary: true, relative_install_path: "hw", defaults: [ - "android.hardware.graphics.allocator-ndk_shared", "arm_gralloc_api_4x_defaults", ], shared_libs: [ + "android.hardware.graphics.allocator-V1-ndk", "android.hardware.graphics.allocator@4.0", "android.hardware.graphics.mapper@4.0", "libbinder_ndk", |