beryllium: Move FM libs to /system_ext

Change-Id: Iab0eb24655200e4fe36792cc95337a2c115cad21
This commit is contained in:
Michael Bestas
2020-12-19 20:29:37 +02:00
committed by Bruno Martins
parent 07e9643231
commit 2071f7f551
8 changed files with 7 additions and 7 deletions

View File

@@ -16,16 +16,16 @@ cc_prebuilt_library_shared {
}, },
target: { target: {
android_arm: { android_arm: {
srcs: ["proprietary/product/lib/vendor.qti.hardware.fm@1.0.so"], srcs: ["proprietary/system_ext/lib/vendor.qti.hardware.fm@1.0.so"],
}, },
android_arm64: { android_arm64: {
srcs: ["proprietary/product/lib64/vendor.qti.hardware.fm@1.0.so"], srcs: ["proprietary/system_ext/lib64/vendor.qti.hardware.fm@1.0.so"],
}, },
}, },
compile_multilib: "both", compile_multilib: "both",
check_elf_files: false, check_elf_files: false,
prefer: true, prefer: true,
product_specific: true, system_ext_specific: true,
} }
prebuilt_etc_xml { prebuilt_etc_xml {

View File

@@ -6,10 +6,10 @@ PRODUCT_SOONG_NAMESPACES += \
vendor/xiaomi/beryllium vendor/xiaomi/beryllium
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
vendor/xiaomi/beryllium/proprietary/lib/fm_helium.so:$(TARGET_COPY_OUT_SYSTEM)/lib/fm_helium.so \ vendor/xiaomi/beryllium/proprietary/system_ext/lib/fm_helium.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/fm_helium.so \
vendor/xiaomi/beryllium/proprietary/lib/libfm-hci.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libfm-hci.so \ vendor/xiaomi/beryllium/proprietary/system_ext/lib/libfm-hci.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib/libfm-hci.so \
vendor/xiaomi/beryllium/proprietary/lib64/fm_helium.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/fm_helium.so \ vendor/xiaomi/beryllium/proprietary/system_ext/lib64/fm_helium.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/fm_helium.so \
vendor/xiaomi/beryllium/proprietary/lib64/libfm-hci.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/libfm-hci.so \ vendor/xiaomi/beryllium/proprietary/system_ext/lib64/libfm-hci.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libfm-hci.so \
vendor/xiaomi/beryllium/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.bluetooth@1.0-service-qti \ vendor/xiaomi/beryllium/proprietary/vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.bluetooth@1.0-service-qti \
vendor/xiaomi/beryllium/proprietary/vendor/bin/hw/android.hardware.gnss@2.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.gnss@2.0-service-qti \ vendor/xiaomi/beryllium/proprietary/vendor/bin/hw/android.hardware.gnss@2.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.gnss@2.0-service-qti \
vendor/xiaomi/beryllium/proprietary/vendor/bin/hw/android.hardware.keymaster@3.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.keymaster@3.0-service-qti \ vendor/xiaomi/beryllium/proprietary/vendor/bin/hw/android.hardware.keymaster@3.0-service-qti:$(TARGET_COPY_OUT_VENDOR)/bin/hw/android.hardware.keymaster@3.0-service-qti \