aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkleidione Freitas <kleidione@gmail.com>2022-11-08 15:49:07 -0300
committersinanmohd <pcmsinan@gmail.com>2023-01-05 22:04:15 +0530
commit93cbb489dec576d24ec8d87369fea63afa2e89fa (patch)
tree2800a66f35b9f20006b202913614db7f608e1709
parent6c48f27c69f4109f5b0351e456ef652dd8be8aa3 (diff)
veux: Drop android.hidl.base@1.0 moved to custom compat
Signed-off-by: kleidione <kleidione@gmail.com>
-rw-r--r--device.mk2
-rw-r--r--libhidl/Android.bp12
2 files changed, 0 insertions, 14 deletions
diff --git a/device.mk b/device.mk
index 3cfd68c..c9460b4 100644
--- a/device.mk
+++ b/device.mk
@@ -223,8 +223,6 @@ PRODUCT_PACKAGES += \
# HIDL
PRODUCT_PACKAGES += \
- android.hidl.base@1.0 \
- android.hidl.base@1.0.vendor \
libhidltransport.vendor \
libhwbinder.vendor
diff --git a/libhidl/Android.bp b/libhidl/Android.bp
deleted file mode 100644
index 7356726..0000000
--- a/libhidl/Android.bp
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// Copyright (C) 2022 The LineageOS Project
-//
-// SPDX-License-Identifier: Apache-2.0
-//
-
-cc_library_shared {
- name: "android.hidl.base@1.0",
- shared_libs: ["libhidlbase"],
- system_ext_specific: true,
- vendor_available: true
-}