summaryrefslogtreecommitdiff
path: root/GrallocHAL/src/aidl/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'GrallocHAL/src/aidl/Android.bp')
-rw-r--r--GrallocHAL/src/aidl/Android.bp30
1 files changed, 0 insertions, 30 deletions
diff --git a/GrallocHAL/src/aidl/Android.bp b/GrallocHAL/src/aidl/Android.bp
deleted file mode 100644
index e2d9d04..0000000
--- a/GrallocHAL/src/aidl/Android.bp
+++ /dev/null
@@ -1,30 +0,0 @@
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
-cc_library_shared {
- name: "android.hardware.graphics.allocator-aidl-impl",
- proprietary: true,
- relative_install_path: "hw",
- defaults: [
- "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",
- ],
- static_libs: [
- "libaidlcommonsupport",
- ],
- srcs: [
- "GrallocAllocator.cpp",
- ":libgralloc_hidl_common_allocator",
- ":libgralloc_hidl_common_shared_metadata",
- ],
- include_dirs: [
- "hardware/google/gchips/include",
- ],
-}
-