sm6225-common: Enable ELF checks for device specific libs
Change-Id: Iabe5b426d412353619b7874a3afd7fd4e9fef643
This commit is contained in:
+15
-2
@@ -1768,6 +1768,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"vendor.qti.hardware.perf@2.0",
|
"vendor.qti.hardware.perf@2.0",
|
||||||
"libbase",
|
"libbase",
|
||||||
|
"libthermalclient",
|
||||||
"libqti-perfd-client",
|
"libqti-perfd-client",
|
||||||
"libperfconfig",
|
"libperfconfig",
|
||||||
"libperfgluelayer",
|
"libperfgluelayer",
|
||||||
@@ -1793,6 +1794,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"vendor.qti.hardware.perf@2.0",
|
"vendor.qti.hardware.perf@2.0",
|
||||||
"libbase",
|
"libbase",
|
||||||
|
"libthermalclient",
|
||||||
"libqti-perfd-client",
|
"libqti-perfd-client",
|
||||||
"libperfconfig",
|
"libperfconfig",
|
||||||
"libperfgluelayer",
|
"libperfgluelayer",
|
||||||
@@ -1807,7 +1809,6 @@ cc_prebuilt_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
check_elf_files: false,
|
|
||||||
prefer: true,
|
prefer: true,
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
@@ -8231,6 +8232,7 @@ cc_prebuilt_library_shared {
|
|||||||
"libc++",
|
"libc++",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"liblog",
|
||||||
|
"libofflinelog",
|
||||||
"libsync",
|
"libsync",
|
||||||
"android.hardware.graphics.mapper@2.0",
|
"android.hardware.graphics.mapper@2.0",
|
||||||
"android.hardware.graphics.mapper@3.0",
|
"android.hardware.graphics.mapper@3.0",
|
||||||
@@ -8246,7 +8248,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,
|
||||||
}
|
}
|
||||||
@@ -13190,3 +13191,15 @@ install_symlink {
|
|||||||
installed_location: "lib64/libq3dtools_adreno.so",
|
installed_location: "lib64/libq3dtools_adreno.so",
|
||||||
symlink_target: "/vendor/lib64/egl/libq3dtools_adreno.so",
|
symlink_target: "/vendor/lib64/egl/libq3dtools_adreno.so",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_library_shared {
|
||||||
|
name: "libthermalclient",
|
||||||
|
compile_multilib: "both",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_library_shared {
|
||||||
|
name: "libofflinelog",
|
||||||
|
compile_multilib: "64",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user