Arian 10 月之前
父节点
当前提交
7b30db8ff1
共有 4 个文件被更改,包括 21 次插入0 次删除
  1. 20 0
      Android.bp
  2. 1 0
      cupid-vendor.mk
  3. 二进制
      proprietary/vendor/lib/[email protected]
  4. 二进制
      proprietary/vendor/lib64/[email protected]

+ 20 - 0
Android.bp

@@ -48,6 +48,26 @@ cc_prebuilt_library_shared {
 	soc_specific: true,
 }
 
+cc_prebuilt_library_shared {
+	name: "[email protected]",
+	owner: "xiaomi",
+	strip: {
+		none: true,
+	},
+	target: {
+		android_arm: {
+			srcs: ["proprietary/vendor/lib/[email protected]"],
+		},
+		android_arm64: {
+			srcs: ["proprietary/vendor/lib64/[email protected]"],
+		},
+	},
+	compile_multilib: "both",
+	check_elf_files: false,
+	prefer: true,
+	soc_specific: true,
+}
+
 cc_prebuilt_library_shared {
 	name: "[email protected]",
 	owner: "xiaomi",

+ 1 - 0
cupid-vendor.mk

@@ -1183,6 +1183,7 @@ PRODUCT_COPY_FILES += \
 PRODUCT_PACKAGES += \
     libagm \
     libar-pal \
+    [email protected] \
     [email protected] \
     [email protected] \
     [email protected]

二进制
proprietary/vendor/lib/[email protected]


二进制
proprietary/vendor/lib64/[email protected]