fixup! surya: Fix soname of renamed libraries
This commit is contained in:
@@ -6256,7 +6256,7 @@ cc_prebuilt_library_shared {
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "fingerprint.fpc.default",
|
||||
name: "fingerprint.fpc.sm6150",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
@@ -6264,7 +6264,7 @@ cc_prebuilt_library_shared {
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/hw/fingerprint.fpc.default.so",
|
||||
"proprietary/vendor/lib64/hw/fingerprint.fpc.sm6150.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
@@ -6290,7 +6290,7 @@ cc_prebuilt_library_shared {
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "fingerprint.goodix.default",
|
||||
name: "fingerprint.goodix.sm6150",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
@@ -6298,7 +6298,7 @@ cc_prebuilt_library_shared {
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/hw/fingerprint.goodix.default.so",
|
||||
"proprietary/vendor/lib64/hw/fingerprint.goodix.sm6150.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -447,8 +447,8 @@ PRODUCT_PACKAGES += \
|
||||
com.dsi.ant@1.0-impl \
|
||||
com.qti.chi.override \
|
||||
consumerir.sm6150 \
|
||||
fingerprint.fpc.default \
|
||||
fingerprint.goodix.default \
|
||||
fingerprint.fpc.sm6150 \
|
||||
fingerprint.goodix.sm6150 \
|
||||
vendor.qti.gnss@4.0-impl \
|
||||
vendor.qti.hardware.alarm@1.0-impl \
|
||||
vendor.qti.hardware.bluetooth_sar@1.1-impl \
|
||||
|
||||
Reference in New Issue
Block a user