peridot: build audio blobs from source
Change-Id: Iad69a9868f80ffc2ca4290e10d1c7f8a73d282fb
This commit is contained in:
78
Android.bp
78
Android.bp
@@ -2805,84 +2805,6 @@ cc_prebuilt_library_shared {
|
||||
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 {
|
||||
name: "lib_bt_lhdc",
|
||||
owner: "xiaomi",
|
||||
|
||||
@@ -1220,9 +1220,6 @@ PRODUCT_PACKAGES += \
|
||||
libTxPwrJni \
|
||||
libVoiceSdk \
|
||||
libWlanServiceJni \
|
||||
lib_bt_aptx \
|
||||
lib_bt_ble \
|
||||
lib_bt_bundle \
|
||||
lib_bt_lhdc \
|
||||
lib_misound_asc \
|
||||
libadm \
|
||||
|
||||
BIN
proprietary/vendor/lib64/lib_bt_aptx.so
vendored
BIN
proprietary/vendor/lib64/lib_bt_aptx.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/lib_bt_ble.so
vendored
BIN
proprietary/vendor/lib64/lib_bt_ble.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/lib_bt_bundle.so
vendored
BIN
proprietary/vendor/lib64/lib_bt_bundle.so
vendored
Binary file not shown.
Reference in New Issue
Block a user