Revert "peridot: Copy audio prebuilts with copy rules"
Change-Id: I6ee9bb318e1109a74a6daf610dbcde5cad18a9cf
This commit is contained in:
426
Android.bp
426
Android.bp
@@ -853,6 +853,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libmisops",
|
"libmisops",
|
||||||
"vendor.qti.hardware.pal@1.0-impl",
|
"vendor.qti.hardware.pal@1.0-impl",
|
||||||
"vendor.qti.hardware.pal@1.0",
|
"vendor.qti.hardware.pal@1.0",
|
||||||
|
"vendor.qti.hardware.AGMIPC@1.0-impl",
|
||||||
"vendor.qti.hardware.AGMIPC@1.0",
|
"vendor.qti.hardware.AGMIPC@1.0",
|
||||||
"libvoipspacespeech",
|
"libvoipspacespeech",
|
||||||
"libc++",
|
"libc++",
|
||||||
@@ -863,7 +864,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
@@ -2805,6 +2805,84 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "lib_bt_aptx",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/lib_bt_aptx.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "lib_bt_ble",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/lib_bt_ble.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "lib_bt_bundle",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/lib_bt_bundle.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "lib_bt_lhdc",
|
name: "lib_bt_lhdc",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -3010,9 +3088,12 @@ cc_prebuilt_library_shared {
|
|||||||
"proprietary/vendor/lib64/libagm.so",
|
"proprietary/vendor/lib64/libagm.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libar-gsl",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
"liblx-osal",
|
||||||
"libaudioroute-v34",
|
"libaudioroute-v34",
|
||||||
|
"libats",
|
||||||
"libarmemlog",
|
"libarmemlog",
|
||||||
"libmisight",
|
"libmisight",
|
||||||
"libxlog",
|
"libxlog",
|
||||||
@@ -3027,7 +3108,114 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libagmmixer",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libagmmixer.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libtinyalsa",
|
||||||
|
"libexpat",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libar-acdb",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libar-acdb.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblx-osal",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libar-gpr",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libar-gpr.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblx-osal",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libar-gsl",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libar-gsl.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblx-osal",
|
||||||
|
"libar-acdb",
|
||||||
|
"liblx-ar_util",
|
||||||
|
"libar-gpr",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -3044,11 +3232,14 @@ cc_prebuilt_library_shared {
|
|||||||
"proprietary/vendor/lib64/libar-pal.so",
|
"proprietary/vendor/lib64/libar-pal.so",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
"libar-gsl",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libexpat",
|
"libexpat",
|
||||||
|
"liblx-osal",
|
||||||
"libaudioroute-v34",
|
"libaudioroute-v34",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutilscallstack",
|
"libutilscallstack",
|
||||||
|
"libagmclient",
|
||||||
"libaudioroute_ext",
|
"libaudioroute_ext",
|
||||||
"libvui_intf",
|
"libvui_intf",
|
||||||
"libarmemlog",
|
"libarmemlog",
|
||||||
@@ -3069,7 +3260,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -3088,6 +3278,37 @@ cc_prebuilt_library_shared {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"liblog",
|
"liblog",
|
||||||
"libexpat",
|
"libexpat",
|
||||||
|
"liblx-osal",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libats",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libats.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblx-osal",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libdiag",
|
||||||
|
"libar-gsl",
|
||||||
|
"libar-acdb",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -3096,7 +3317,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -4143,6 +4363,33 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libcustomva_intf",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libcustomva_intf.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"liblx-osal",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libcv_common",
|
name: "libcv_common",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -6062,6 +6309,33 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libhotword_intf",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libhotword_intf.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"liblx-osal",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libidl",
|
name: "libidl",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -7352,6 +7626,66 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "liblx-ar_util",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/liblx-ar_util.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"liblx-osal",
|
||||||
|
"libxlog",
|
||||||
|
"libmisight",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "liblx-osal",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/liblx-osal.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libxlog",
|
||||||
|
"libdiag",
|
||||||
|
"libion",
|
||||||
|
"libpdmapper",
|
||||||
|
"libpdnotifier",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libmapdata_api",
|
name: "libmapdata_api",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -7435,9 +7769,12 @@ cc_prebuilt_library_shared {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libagm",
|
"libagm",
|
||||||
"libaudioroute-v34",
|
"libaudioroute-v34",
|
||||||
|
"libar-acdb",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
"libats",
|
||||||
"libexpat",
|
"libexpat",
|
||||||
|
"liblx-osal",
|
||||||
"libtinyalsa",
|
"libtinyalsa",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -7447,7 +7784,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -8856,6 +9192,42 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libpalclient",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libpalclient.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"libhidltransport",
|
||||||
|
"libutils",
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libfmq",
|
||||||
|
"libhardware",
|
||||||
|
"libbase",
|
||||||
|
"vendor.qti.hardware.pal@1.0",
|
||||||
|
"android.hidl.allocator@1.0",
|
||||||
|
"android.hidl.memory@1.0",
|
||||||
|
"libhidlmemory",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libpdmapper",
|
name: "libpdmapper",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -9281,6 +9653,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libqc2audio_basecodec",
|
"libqc2audio_basecodec",
|
||||||
"libcodec2_vndk",
|
"libcodec2_vndk",
|
||||||
"libstagefright_foundation",
|
"libstagefright_foundation",
|
||||||
|
"libpalclient",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -9289,7 +9662,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -14610,6 +14982,7 @@ cc_prebuilt_library_shared {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"liblog",
|
"liblog",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
"liblx-osal",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -14618,7 +14991,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -17734,6 +18106,40 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.qti.hardware.AGMIPC@1.0-impl",
|
||||||
|
owner: "xiaomi",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.qti.hardware.AGMIPC@1.0-impl.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"libutils",
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libhardware",
|
||||||
|
"libbase",
|
||||||
|
"libar-gsl",
|
||||||
|
"vendor.qti.hardware.AGMIPC@1.0",
|
||||||
|
"libutilscallstack",
|
||||||
|
"libagm",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.qti.hardware.ListenSoundModel@1.0-impl",
|
name: "vendor.qti.hardware.ListenSoundModel@1.0-impl",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -33256,6 +33662,7 @@ cc_prebuilt_library_shared {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"liblog",
|
"liblog",
|
||||||
"libtinyalsa",
|
"libtinyalsa",
|
||||||
|
"libagmmixer",
|
||||||
"audio.primary.pineapple",
|
"audio.primary.pineapple",
|
||||||
"libagm",
|
"libagm",
|
||||||
"libc++",
|
"libc++",
|
||||||
@@ -33266,7 +33673,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
device_specific: true,
|
device_specific: true,
|
||||||
}
|
}
|
||||||
@@ -34561,6 +34967,7 @@ cc_prebuilt_library_shared {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"liblog",
|
"liblog",
|
||||||
"libtinyalsa",
|
"libtinyalsa",
|
||||||
|
"libagmmixer",
|
||||||
"audio.primary.pineapple",
|
"audio.primary.pineapple",
|
||||||
"libagm",
|
"libagm",
|
||||||
"libc++",
|
"libc++",
|
||||||
@@ -34571,7 +34978,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
device_specific: true,
|
device_specific: true,
|
||||||
}
|
}
|
||||||
@@ -34912,6 +35318,7 @@ cc_prebuilt_library_shared {
|
|||||||
shared_libs: [
|
shared_libs: [
|
||||||
"liblog",
|
"liblog",
|
||||||
"libtinyalsa",
|
"libtinyalsa",
|
||||||
|
"libagmmixer",
|
||||||
"libar-pal",
|
"libar-pal",
|
||||||
"audio.primary.pineapple",
|
"audio.primary.pineapple",
|
||||||
"libagm",
|
"libagm",
|
||||||
@@ -34923,7 +35330,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
device_specific: true,
|
device_specific: true,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1128,20 +1128,6 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/xiaomi/peridot/proprietary/vendor/firmware/gen71100_sqe.fw:$(TARGET_COPY_OUT_VENDOR)/firmware/gen71100_sqe.fw \
|
vendor/xiaomi/peridot/proprietary/vendor/firmware/gen71100_sqe.fw:$(TARGET_COPY_OUT_VENDOR)/firmware/gen71100_sqe.fw \
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/firmware/gmu_gen70900.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/gmu_gen70900.bin \
|
vendor/xiaomi/peridot/proprietary/vendor/firmware/gmu_gen70900.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/gmu_gen70900.bin \
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/android.hardware.audio.common@7.1-util.so:$(TARGET_COPY_OUT_VENDOR)/lib64/android.hardware.audio.common@7.1-util.so \
|
vendor/xiaomi/peridot/proprietary/vendor/lib64/android.hardware.audio.common@7.1-util.so:$(TARGET_COPY_OUT_VENDOR)/lib64/android.hardware.audio.common@7.1-util.so \
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/lib_bt_aptx.so:$(TARGET_COPY_OUT_VENDOR)/lib64/lib_bt_aptx.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/lib_bt_ble.so:$(TARGET_COPY_OUT_VENDOR)/lib64/lib_bt_ble.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/lib_bt_bundle.so:$(TARGET_COPY_OUT_VENDOR)/lib64/lib_bt_bundle.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libagmmixer.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libagmmixer.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libar-acdb.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libar-acdb.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libar-gpr.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libar-gpr.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libar-gsl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libar-gsl.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libats.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libats.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libcustomva_intf.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libcustomva_intf.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libhotword_intf.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libhotword_intf.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/liblx-ar_util.so:$(TARGET_COPY_OUT_VENDOR)/lib64/liblx-ar_util.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/liblx-osal.so:$(TARGET_COPY_OUT_VENDOR)/lib64/liblx-osal.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/libpalclient.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libpalclient.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/lib64/vendor.qti.hardware.AGMIPC@1.0-impl.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.AGMIPC@1.0-impl.so \
|
|
||||||
vendor/xiaomi/peridot/proprietary/vendor/libnfc-nxp_RF.conf:$(TARGET_COPY_OUT_VENDOR)/libnfc-nxp_RF.conf
|
vendor/xiaomi/peridot/proprietary/vendor/libnfc-nxp_RF.conf:$(TARGET_COPY_OUT_VENDOR)/libnfc-nxp_RF.conf
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
@@ -1234,6 +1220,9 @@ PRODUCT_PACKAGES += \
|
|||||||
libTxPwrJni \
|
libTxPwrJni \
|
||||||
libVoiceSdk \
|
libVoiceSdk \
|
||||||
libWlanServiceJni \
|
libWlanServiceJni \
|
||||||
|
lib_bt_aptx \
|
||||||
|
lib_bt_ble \
|
||||||
|
lib_bt_bundle \
|
||||||
lib_bt_lhdc \
|
lib_bt_lhdc \
|
||||||
lib_misound_asc \
|
lib_misound_asc \
|
||||||
libadm \
|
libadm \
|
||||||
@@ -1242,8 +1231,13 @@ PRODUCT_PACKAGES += \
|
|||||||
libadsp_default_listener \
|
libadsp_default_listener \
|
||||||
libadsprpc \
|
libadsprpc \
|
||||||
libagm \
|
libagm \
|
||||||
|
libagmmixer \
|
||||||
|
libar-acdb \
|
||||||
|
libar-gpr \
|
||||||
|
libar-gsl \
|
||||||
libar-pal \
|
libar-pal \
|
||||||
libarmemlog \
|
libarmemlog \
|
||||||
|
libats \
|
||||||
libaudio_log_utils \
|
libaudio_log_utils \
|
||||||
libaudiocloudctrl \
|
libaudiocloudctrl \
|
||||||
libaudiofeaturestats \
|
libaudiofeaturestats \
|
||||||
@@ -1279,6 +1273,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libconfigdb \
|
libconfigdb \
|
||||||
libcpion \
|
libcpion \
|
||||||
libcppbor_peridot \
|
libcppbor_peridot \
|
||||||
|
libcustomva_intf \
|
||||||
libcv_common \
|
libcv_common \
|
||||||
libdapparamstorage \
|
libdapparamstorage \
|
||||||
libdataitems \
|
libdataitems \
|
||||||
@@ -1344,6 +1339,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libhdrdynamicootf \
|
libhdrdynamicootf \
|
||||||
libhdrvivid \
|
libhdrvivid \
|
||||||
libhistogram \
|
libhistogram \
|
||||||
|
libhotword_intf \
|
||||||
libidl \
|
libidl \
|
||||||
libintervmipc \
|
libintervmipc \
|
||||||
libizat_client_api \
|
libizat_client_api \
|
||||||
@@ -1387,6 +1383,8 @@ PRODUCT_PACKAGES += \
|
|||||||
liblowi_common \
|
liblowi_common \
|
||||||
liblowi_wifihal \
|
liblowi_wifihal \
|
||||||
liblqe \
|
liblqe \
|
||||||
|
liblx-ar_util \
|
||||||
|
liblx-osal \
|
||||||
libmapdata_api \
|
libmapdata_api \
|
||||||
libmasc \
|
libmasc \
|
||||||
libmcs \
|
libmcs \
|
||||||
@@ -1439,6 +1437,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libops \
|
libops \
|
||||||
libos \
|
libos \
|
||||||
libpal_net_if \
|
libpal_net_if \
|
||||||
|
libpalclient \
|
||||||
libpdmapper \
|
libpdmapper \
|
||||||
libpdnotifier \
|
libpdnotifier \
|
||||||
libperfconfig \
|
libperfconfig \
|
||||||
@@ -1736,6 +1735,7 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.qti.data.slm@1.0 \
|
vendor.qti.data.slm@1.0 \
|
||||||
vendor.qti.diaghal@1.0_vendor \
|
vendor.qti.diaghal@1.0_vendor \
|
||||||
vendor.qti.gnss-V6-ndk \
|
vendor.qti.gnss-V6-ndk \
|
||||||
|
vendor.qti.hardware.AGMIPC@1.0-impl \
|
||||||
vendor.qti.hardware.ListenSoundModel@1.0-impl \
|
vendor.qti.hardware.ListenSoundModel@1.0-impl \
|
||||||
vendor.qti.hardware.ListenSoundModel@1.0 \
|
vendor.qti.hardware.ListenSoundModel@1.0 \
|
||||||
vendor.qti.hardware.alarm-V1-ndk \
|
vendor.qti.hardware.alarm-V1-ndk \
|
||||||
|
|||||||
Reference in New Issue
Block a user