Remove the reference of libaapt2_jni in build file

libaapt2_jni is ready to phase out. build-tools includes
libaapt2_jni. However, there is no usage of libaapt2_jni
in AOSP so this patch removes the reference of libaapt2_jni.

Test: make

Test: make libaapt2_jni

Bug: 203475226
Change-Id: I2331fcac1dbd9e72ed4f929d83160e94e3d5167c
This commit is contained in:
Felka Chang
2021-10-25 10:51:11 +08:00
parent da743c4651
commit e289fe6790

View File

@@ -60,7 +60,6 @@ android_sdk_repo_host {
"bcc_compat",
"d8",
"dexdump",
"libaapt2_jni",
"llvm-rs-cc",
"split-select",
"zipalign",
@@ -100,7 +99,6 @@ android_sdk_repo_host {
"bcc_compat",
"d8",
"dexdump",
"libaapt2_jni",
"libwinpthread-1",
"lld",
"llvm-rs-cc",
@@ -110,7 +108,6 @@ android_sdk_repo_host {
},
lib64: {
deps: [
"libaapt2_jni",
"libwinpthread-1",
],
},