aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2020-08-20 18:01:02 +0900
committerJeongik Cha <jeongik@google.com>2020-08-20 18:01:02 +0900
commitcf43c2ccca5d9bbe0237f2e9fbab8d87c0fddefd (patch)
tree87db8cc24e5421e469d6c586cc51611265f79747
parenta75504f7369dd373e0ea12241b70b9b4cbcb939c (diff)
downloadlibbcc-cf43c2ccca5d9bbe0237f2e9fbab8d87c0fddefd.tar.gz
Remove conditional enabled status on libbcc
llvm-rs-cc(and libbcc is needed by llvm-rs-cc) isn't necessary to be built when prebuilt sdk is used (TARGET_BUILD_APPS is set without UNBUNDLED_BUILD_SDKS_FROM_SOURCE TARGET_BUILD_UNBUNDLED_IMAGE is set) In both cases, ALLOW_MISSING_DEPENDENCIES is set as well. So these conditional enabled status setting is unneeded. Bug: 165255241 Test: m clean && TARGET_BUILD_APPS=foo UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true m Change-Id: I13bdda506bbba7d41067c82657b5e0446efc8cb6
-rw-r--r--bcinfo/Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/bcinfo/Android.bp b/bcinfo/Android.bp
index 27a10b3..c05286e 100644
--- a/bcinfo/Android.bp
+++ b/bcinfo/Android.bp
@@ -81,12 +81,6 @@ cc_library_shared {
"libcutils",
"liblog",
],
- product_variables: {
- unbundled_build: {
- // don't build for unbundled branches
- enabled: false,
- },
- },
},
android: {
shared_libs: [