summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2022-05-02 23:27:07 +0000
committerBill Yi <byi@google.com>2022-05-02 23:27:07 +0000
commit7c056e2897b36445bee066d03083f7cafb34a338 (patch)
treeecb20f7f6f24fee9975d3bcf16e793830e497e66
parent310a4fbde8d4635f2c880ac2cdf1ac753328be39 (diff)
downloadredfin-7c056e2897b36445bee066d03083f7cafb34a338.tar.gz
Update blobs as of T
TEST: Generate blobs and make BUG: 226979960 Change-Id: I836063fa257582f4c5c0da43039bdc2f4500219f
-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 7ab7c45..d7c3a7a 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 \