aboutsummaryrefslogtreecommitdiff
path: root/bcinfo
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2020-08-20 18:01:02 +0900
committerJeongik Cha <jeongik@google.com>2020-08-21 11:51:04 +0900
commitde40df3cf0bb21b87861f09bbbfa273e8355e2e8 (patch)
tree87db8cc24e5421e469d6c586cc51611265f79747 /bcinfo
parent24835798f62ff404162ad5308248743e5fdc9d68 (diff)
downloadlibbcc-de40df3cf0bb21b87861f09bbbfa273e8355e2e8.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 Merged-In: I13bdda506bbba7d41067c82657b5e0446efc8cb6
Diffstat (limited to 'bcinfo')
-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: [