summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2017-11-14 14:42:13 +0100
committerMartijn Coenen <maco@google.com>2017-11-14 14:43:00 +0100
commitd6c7edaf831302a2e06eadb1a1db381895c1aa01 (patch)
tree4366ae7b8ab31d1b183b2277a164d01526d8095f
parente90a5e2713629717522a99de9a83c98e2c05f306 (diff)
downloadbullhead-d6c7edaf831302a2e06eadb1a1db381895c1aa01.tar.gz
Remove HIDL interface libraries from self-extractors.
They are part of AOSP now. Bug: 69180318 Test: bullhead boots Change-Id: Iba49018e52b56071aa02a9d77790dea8c231129a
-rw-r--r--self-extractors/extract-lists.txt4
-rw-r--r--self-extractors/qcom/staging/device-partial.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/self-extractors/extract-lists.txt b/self-extractors/extract-lists.txt
index 72b6c1d..ef6e01c 100644
--- a/self-extractors/extract-lists.txt
+++ b/self-extractors/extract-lists.txt
@@ -89,9 +89,5 @@
system/lib/libgps.utils.so \
system/lib/libiperf.so \
system/xbin/iperf3 \
- system/lib64/android.hardware.biometrics.fingerprint@2.1.so \
- system/lib64/android.hardware.configstore@1.0.so \
- system/lib64/android.hardware.usb@1.0.so \
- system/lib64/android.hardware.wifi@1.0.so \
"
;;
diff --git a/self-extractors/qcom/staging/device-partial.mk b/self-extractors/qcom/staging/device-partial.mk
index a4115fc..c40c585 100644
--- a/self-extractors/qcom/staging/device-partial.mk
+++ b/self-extractors/qcom/staging/device-partial.mk
@@ -98,8 +98,4 @@ PRODUCT_COPY_FILES := \
vendor/qcom/bullhead/proprietary/libgps.utils.so:system/lib/libgps.utils.so:qcom \
vendor/qcom/bullhead/proprietary/libiperf.so:system/lib/libiperf.so:qcom \
vendor/qcom/bullhead/proprietary/iperf3:system/xbin/iperf3:qcom \
- vendor/qcom/bullhead/proprietary/lib64/android.hardware.biometrics.fingerprint@2.1.so:system/lib64/android.hardware.biometrics.fingerprint@2.1.so:qcom \
- vendor/qcom/bullhead/proprietary/lib64/android.hardware.configstore@1.0.so:system/lib64/android.hardware.configstore@1.0.so:qcom \
- vendor/qcom/bullhead/proprietary/lib64/android.hardware.usb@1.0.so:system/lib64/android.hardware.usb@1.0.so:qcom \
- vendor/qcom/bullhead/proprietary/lib64/android.hardware.wifi@1.0.so:system/lib64/android.hardware.wifi@1.0.so:qcom \