diff options
-rw-r--r-- | GrallocHAL/interfaces/libs/drmutils/Android.bp | 2 | ||||
-rw-r--r-- | GrallocHAL/service/4.x/Android.bp | 2 | ||||
-rw-r--r-- | GrallocHAL/src/Android.bp | 2 | ||||
-rw-r--r-- | GrallocHAL/src/allocator/Android.bp | 2 | ||||
-rw-r--r-- | GrallocHAL/src/capabilities/Android.bp | 2 | ||||
-rw-r--r-- | GrallocHAL/src/core/Android.bp | 2 | ||||
-rw-r--r-- | gralloc4/interfaces/aidl/Android.bp | 1 | ||||
-rw-r--r-- | gralloc4/interfaces/libs/drmutils/Android.bp | 2 | ||||
-rw-r--r-- | gralloc4/src/Android.bp | 2 | ||||
-rw-r--r-- | gralloc4/src/allocator/Android.bp | 2 | ||||
-rw-r--r-- | gralloc4/src/capabilities/Android.bp | 2 | ||||
-rw-r--r-- | gralloc4/src/core/Android.bp | 2 |
12 files changed, 12 insertions, 11 deletions
diff --git a/GrallocHAL/interfaces/libs/drmutils/Android.bp b/GrallocHAL/interfaces/libs/drmutils/Android.bp index 69daf7b..82ba768 100644 --- a/GrallocHAL/interfaces/libs/drmutils/Android.bp +++ b/GrallocHAL/interfaces/libs/drmutils/Android.bp @@ -33,7 +33,7 @@ cc_library_static { "liblog", "libdrm", "libcutils", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], header_libs: [ "libgralloc_headers", diff --git a/GrallocHAL/service/4.x/Android.bp b/GrallocHAL/service/4.x/Android.bp index dbdfbec..8c73966 100644 --- a/GrallocHAL/service/4.x/Android.bp +++ b/GrallocHAL/service/4.x/Android.bp @@ -35,7 +35,7 @@ cc_binary { shared_libs: [ "android.hardware.graphics.allocator@4.0", "android.hardware.graphics.allocator@4.0-impl", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", "libhidlbase", "liblog", "libutils", diff --git a/GrallocHAL/src/Android.bp b/GrallocHAL/src/Android.bp index a2c44c8..cd9873b 100644 --- a/GrallocHAL/src/Android.bp +++ b/GrallocHAL/src/Android.bp @@ -67,7 +67,7 @@ cc_library_shared { "libnativewindow", "libion_google", "android.hardware.graphics.common@1.2", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", "android.hardware.graphics.mapper@4.0", "libdmabufheap", "libgralloctypes", diff --git a/GrallocHAL/src/allocator/Android.bp b/GrallocHAL/src/allocator/Android.bp index 3051ced..7a3cb31 100644 --- a/GrallocHAL/src/allocator/Android.bp +++ b/GrallocHAL/src/allocator/Android.bp @@ -90,7 +90,7 @@ arm_gralloc_allocator_cc_defaults { "libsync", "libutils", "libnativewindow", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], header_libs: [ "libnativebase_headers", diff --git a/GrallocHAL/src/capabilities/Android.bp b/GrallocHAL/src/capabilities/Android.bp index dcc0ba1..2b25811 100644 --- a/GrallocHAL/src/capabilities/Android.bp +++ b/GrallocHAL/src/capabilities/Android.bp @@ -119,7 +119,7 @@ arm_gralloc_capabilities_cc_defaults { "libcutils", "libsync", "libutils", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], } diff --git a/GrallocHAL/src/core/Android.bp b/GrallocHAL/src/core/Android.bp index b2e1a7a..d877246 100644 --- a/GrallocHAL/src/core/Android.bp +++ b/GrallocHAL/src/core/Android.bp @@ -76,7 +76,7 @@ arm_gralloc_core_cc_defaults { "libcutils", "libutils", "android.hardware.graphics.common@1.2", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], target: { android: { diff --git a/gralloc4/interfaces/aidl/Android.bp b/gralloc4/interfaces/aidl/Android.bp index e0de9b2..6aeb0e1 100644 --- a/gralloc4/interfaces/aidl/Android.bp +++ b/gralloc4/interfaces/aidl/Android.bp @@ -21,6 +21,7 @@ package { aidl_interface { name: "arm.graphics", + owner: "arm", host_supported: true, vendor: true, srcs: [ diff --git a/gralloc4/interfaces/libs/drmutils/Android.bp b/gralloc4/interfaces/libs/drmutils/Android.bp index 69daf7b..82ba768 100644 --- a/gralloc4/interfaces/libs/drmutils/Android.bp +++ b/gralloc4/interfaces/libs/drmutils/Android.bp @@ -33,7 +33,7 @@ cc_library_static { "liblog", "libdrm", "libcutils", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], header_libs: [ "libgralloc_headers", diff --git a/gralloc4/src/Android.bp b/gralloc4/src/Android.bp index 867ff2e..d1e71e3 100644 --- a/gralloc4/src/Android.bp +++ b/gralloc4/src/Android.bp @@ -67,7 +67,7 @@ cc_library_shared { "libnativewindow", "libion_google", "android.hardware.graphics.common@1.2", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", "android.hardware.graphics.mapper@4.0", "libdmabufheap", "libgralloctypes", diff --git a/gralloc4/src/allocator/Android.bp b/gralloc4/src/allocator/Android.bp index 3051ced..7a3cb31 100644 --- a/gralloc4/src/allocator/Android.bp +++ b/gralloc4/src/allocator/Android.bp @@ -90,7 +90,7 @@ arm_gralloc_allocator_cc_defaults { "libsync", "libutils", "libnativewindow", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], header_libs: [ "libnativebase_headers", diff --git a/gralloc4/src/capabilities/Android.bp b/gralloc4/src/capabilities/Android.bp index dcc0ba1..2b25811 100644 --- a/gralloc4/src/capabilities/Android.bp +++ b/gralloc4/src/capabilities/Android.bp @@ -119,7 +119,7 @@ arm_gralloc_capabilities_cc_defaults { "libcutils", "libsync", "libutils", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], } diff --git a/gralloc4/src/core/Android.bp b/gralloc4/src/core/Android.bp index a36ad39..a3c81c2 100644 --- a/gralloc4/src/core/Android.bp +++ b/gralloc4/src/core/Android.bp @@ -75,7 +75,7 @@ arm_gralloc_core_cc_defaults { "libcutils", "libutils", "android.hardware.graphics.common@1.2", - "android.hardware.graphics.common-V3-ndk", + "android.hardware.graphics.common-V4-ndk", ], target: { android: { |