summaryrefslogtreecommitdiff
path: root/gralloc4/service/aidl/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc4/service/aidl/Android.bp')
-rw-r--r--gralloc4/service/aidl/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gralloc4/service/aidl/Android.bp b/gralloc4/service/aidl/Android.bp
index a3d7a87..ea6e461 100644
--- a/gralloc4/service/aidl/Android.bp
+++ b/gralloc4/service/aidl/Android.bp
@@ -3,7 +3,7 @@ package {
}
cc_binary {
- name: "android.hardware.graphics.allocator-V1-service",
+ name: "android.hardware.graphics.allocator-V2-service",
proprietary: true,
relative_install_path: "hw",
srcs: [
@@ -17,7 +17,7 @@ cc_binary {
"libgralloc_headers",
],
shared_libs: [
- "android.hardware.graphics.allocator-V1-ndk",
+ "android.hardware.graphics.allocator-V2-ndk",
"android.hardware.graphics.allocator-aidl-impl",
"libbinder_ndk",
"liblog",