Bläddra i källkod

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
Arian 5 månader sedan
förälder
incheckning
d5193b3462
3 ändrade filer med 0 tillägg och 19 borttagningar
  1. 0 18
      Android.bp
  2. 0 1
      cupid-vendor.mk
  3. BIN
      proprietary/vendor/lib64/camera/libQnnHtpAltPrepV69Skel.so

+ 0 - 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",

+ 0 - 1
cupid-vendor.mk

@@ -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 \

BIN
proprietary/vendor/lib64/camera/libQnnHtpAltPrepV69Skel.so