From e289fe679080916e6eb37e3e6f78a91eff23dc7f Mon Sep 17 00:00:00 2001 From: Felka Chang Date: Mon, 25 Oct 2021 10:51:11 +0800 Subject: [PATCH] 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 --- build/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/Android.bp b/build/Android.bp index f685b99c3..fb224dba6 100644 --- a/build/Android.bp +++ b/build/Android.bp @@ -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", ], },