beryllium: Move FM libs to /system_ext
Change-Id: Iab0eb24655200e4fe36792cc95337a2c115cad21
This commit is contained in:
committed by
Bruno Martins
parent
07e9643231
commit
2071f7f551
+3
-3
@@ -16,16 +16,16 @@ cc_prebuilt_library_shared {
|
||||
},
|
||||
target: {
|
||||
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: {
|
||||
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",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
product_specific: true,
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
|
||||
Reference in New Issue
Block a user