cupid: Remove 32-bit libQnnHtpAltPrepV69Skel from vendor/lib64/camera
The file is a elf32-little file but it is copied to lib64. Extract-utils now declares the target as android_arm due to that, causing issues in combination with compile_mutilib being set to 64. libQnnHtpAltPrepV69Skel is also in vendor/lib/rfsa/adsp and it's module name is the same (which the build system seems to accept?) which lead to the module not being present in the end since a few weeks anyway. Change-Id: I9a470479697a7d66af0066197ce0bbfc383f973e
This commit is contained in:
parent
4b06e2df94
commit
d5193b3462
18
Android.bp
18
Android.bp
@ -1740,24 +1740,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libQnnHtpAltPrepV69Skel",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/lib64/camera/libQnnHtpAltPrepV69Skel.so"],
|
||||
shared_libs: [ ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
relative_install_path: "camera",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libQnnHtpAltPrepV69Stub-camera",
|
||||
stem: "libQnnHtpAltPrepV69Stub",
|
||||
|
@ -710,7 +710,6 @@ PRODUCT_PACKAGES += \
|
||||
com.xiaomi.node.misv3 \
|
||||
com.xiaomi.node.smooth_transition \
|
||||
libdepthmapwrapper_secure \
|
||||
libQnnHtpAltPrepV69Skel \
|
||||
libQnnHtpAltPrepV69Stub-camera \
|
||||
com.xiaomi.plugin.anchor \
|
||||
com.xiaomi.plugin.arcsoftsll \
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user