bangkk: Fix a few ELF checks
Change-Id: I194d60645e87cffb34bf728dbd441e18bdc5fd40
This commit is contained in:
parent
6f193f070d
commit
a2ba0d15bd
1 changed files with 9 additions and 13 deletions
22
Android.bp
22
Android.bp
|
@ -830,7 +830,6 @@ cc_prebuilt_library_shared {
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libui",
|
"libui",
|
||||||
"libc2d_helper",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -850,7 +849,6 @@ cc_prebuilt_library_shared {
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libui",
|
"libui",
|
||||||
"libc2d_helper",
|
|
||||||
"liblog",
|
"liblog",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -860,6 +858,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
relative_install_path: "camera/components",
|
relative_install_path: "camera/components",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
|
@ -3632,7 +3631,6 @@ cc_prebuilt_library_shared {
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libvidhance",
|
"libvidhance",
|
||||||
"libsensorslog",
|
|
||||||
"libui",
|
"libui",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -3650,7 +3648,6 @@ cc_prebuilt_library_shared {
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libvidhance",
|
"libvidhance",
|
||||||
"libsensorslog",
|
|
||||||
"libui",
|
"libui",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -3660,6 +3657,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
relative_install_path: "camera/components",
|
relative_install_path: "camera/components",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
|
@ -3682,7 +3680,6 @@ cc_prebuilt_library_shared {
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libvidhance",
|
"libvidhance",
|
||||||
"libsensorslog",
|
|
||||||
"libui",
|
"libui",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -3700,7 +3697,6 @@ cc_prebuilt_library_shared {
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libvidhance",
|
"libvidhance",
|
||||||
"libsensorslog",
|
|
||||||
"libui",
|
"libui",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -3710,6 +3706,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
relative_install_path: "camera/components",
|
relative_install_path: "camera/components",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
|
@ -6258,8 +6255,6 @@ cc_prebuilt_library_shared {
|
||||||
"libqmi_cci",
|
"libqmi_cci",
|
||||||
"libqmi_common_so",
|
"libqmi_common_so",
|
||||||
"libqmi_encdec",
|
"libqmi_encdec",
|
||||||
"libsensorslog",
|
|
||||||
"libsnsapi",
|
|
||||||
"libmot_afd",
|
"libmot_afd",
|
||||||
"libz",
|
"libz",
|
||||||
"libdl",
|
"libdl",
|
||||||
|
@ -6310,8 +6305,6 @@ cc_prebuilt_library_shared {
|
||||||
"libqmi_cci",
|
"libqmi_cci",
|
||||||
"libqmi_common_so",
|
"libqmi_common_so",
|
||||||
"libqmi_encdec",
|
"libqmi_encdec",
|
||||||
"libsensorslog",
|
|
||||||
"libsnsapi",
|
|
||||||
"libmot_afd",
|
"libmot_afd",
|
||||||
"libz",
|
"libz",
|
||||||
"libdl",
|
"libdl",
|
||||||
|
@ -6321,6 +6314,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
|
@ -6514,6 +6508,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -8016,6 +8011,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -8051,6 +8047,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -9783,14 +9780,12 @@ cc_prebuilt_library_shared {
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libprotobuf-cpp-lite-3.9.1-vendorcompat",
|
"libprotobuf-cpp-lite-3.9.1-vendorcompat",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libsnsapi",
|
|
||||||
"libssc",
|
"libssc",
|
||||||
"libsnsdiaglog",
|
"libsnsdiaglog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libsns_device_mode_stub",
|
"libsns_device_mode_stub",
|
||||||
"libsns_fastRPC_util",
|
"libsns_fastRPC_util",
|
||||||
"libsensorslog",
|
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"android.hardware.sensors@2.0",
|
"android.hardware.sensors@2.0",
|
||||||
|
@ -9807,6 +9802,7 @@ cc_prebuilt_library_shared {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
|
check_elf_files: false,
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
@ -10165,7 +10161,6 @@ cc_prebuilt_binary {
|
||||||
"libhidltransport",
|
"libhidltransport",
|
||||||
"libutils",
|
"libutils",
|
||||||
"android.hardware.biometrics.fingerprint@2.1",
|
"android.hardware.biometrics.fingerprint@2.1",
|
||||||
"vendor.egistec.hardware.fingerprint@4.0",
|
|
||||||
"com.motorola.hardware.biometric.fingerprint@1.0",
|
"com.motorola.hardware.biometric.fingerprint@1.0",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -10175,6 +10170,7 @@ cc_prebuilt_binary {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "64",
|
compile_multilib: "64",
|
||||||
|
check_elf_files: false,
|
||||||
strip: {
|
strip: {
|
||||||
none: true,
|
none: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue