Browse Source

gapps: adapt crdroid

j7b3y 3 months ago
parent
commit
9e732512ac
2 changed files with 0 additions and 22 deletions
  1. 0 21
      arm64/Android.bp
  2. 0 1
      arm64/arm64-vendor.mk

+ 0 - 21
arm64/Android.bp

@@ -8,27 +8,6 @@ soong_namespace {
 	],
 }
 
-cc_prebuilt_library_shared {
-	name: "libjni_latinimegoogle",
-	owner: "gapps",
-	strip: {
-		none: true,
-	},
-	target: {
-		android_arm: {
-			srcs: ["proprietary/product/lib/libjni_latinimegoogle.so"],
-			shared_libs: ["libc", "libm", "libc++", "libdl", ],
-		},
-		android_arm64: {
-			srcs: ["proprietary/product/lib64/libjni_latinimegoogle.so"],
-			shared_libs: ["libc", "libm", "libc++", "libdl", ],
-		},
-	},
-	compile_multilib: "both",
-	prefer: true,
-	product_specific: true,
-}
-
 android_app_import {
 	name: "GmsCore",
 	owner: "gapps",

+ 0 - 1
arm64/arm64-vendor.mk

@@ -7,7 +7,6 @@ PRODUCT_SOONG_NAMESPACES += \
 
 
 PRODUCT_PACKAGES += \
-    libjni_latinimegoogle \
     GmsCore \
     Phonesky