summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2022-05-02 23:26:55 +0000
committerBill Yi <byi@google.com>2022-05-02 23:26:55 +0000
commit66671abcd4e07fa722a3cfdfa76a21fdb6005635 (patch)
tree6ea6e0d1d496be76e7cb9676058f801a7c9ada6c
parent3dd1d98917f50645bf6e9dbdbb0be76c3f3b073d (diff)
downloadbramble-66671abcd4e07fa722a3cfdfa76a21fdb6005635.tar.gz
Update blobs as of T
TEST: Generate blobs and make BUG: 226979960 Change-Id: Ib7db94e2022134cdfcf38f4010d2812c87200342
-rw-r--r--self-extractors/extract-lists.txt1
-rw-r--r--self-extractors/qcom/staging/Android.bp.txt21
-rw-r--r--self-extractors/qcom/staging/device-partial.mk1
3 files changed, 0 insertions, 23 deletions
diff --git a/self-extractors/extract-lists.txt b/self-extractors/extract-lists.txt
index 85b49b1..5270ee3 100644
--- a/self-extractors/extract-lists.txt
+++ b/self-extractors/extract-lists.txt
@@ -43,7 +43,6 @@
system_ext/lib/lib-imsvideocodec.so \
system_ext/lib/liblistensoundmodel2.qti.so \
system_ext/lib/libmmosal.so \
- system_ext/lib/libqct_resampler.so \
system_ext/lib/libvr_amb_engine.so \
system_ext/lib/libvr_object_engine.so \
system_ext/app/QtiTelephonyService/QtiTelephonyService.apk \
diff --git a/self-extractors/qcom/staging/Android.bp.txt b/self-extractors/qcom/staging/Android.bp.txt
index bce9641..7364be8 100644
--- a/self-extractors/qcom/staging/Android.bp.txt
+++ b/self-extractors/qcom/staging/Android.bp.txt
@@ -243,27 +243,6 @@ cc_prebuilt_library_shared {
}
cc_prebuilt_library_shared {
- name: "libqct_resampler",
- arch: {
- arm: {
- srcs: ["libqct_resampler.so"],
- shared_libs: [
- "libcutils",
- "libc++",
- "libc",
- "libm",
- "libdl",
- ],
- },
- },
- compile_multilib: "32",
- system_ext_specific: true,
- strip: {
- none: true,
- },
-}
-
-cc_prebuilt_library_shared {
name: "libvr_amb_engine",
arch: {
arm: {
diff --git a/self-extractors/qcom/staging/device-partial.mk b/self-extractors/qcom/staging/device-partial.mk
index edd8571..8b801e3 100644
--- a/self-extractors/qcom/staging/device-partial.mk
+++ b/self-extractors/qcom/staging/device-partial.mk
@@ -28,7 +28,6 @@ PRODUCT_PACKAGES += \
lib-imsvideocodec \
liblistensoundmodel2.qti \
libmmosal \
- libqct_resampler \
libvr_amb_engine \
libvr_object_engine \