aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2020-08-20 17:57:13 +0900
committerJeongik Cha <jeongik@google.com>2020-08-20 17:57:13 +0900
commit743b784527e26d36b0298e0fc536d4220fb24722 (patch)
tree90ca141420d18075aaac8f5b47d77f4af26be33c
parent73ac4979bc1b443bf68cddef849b5f7d272c5587 (diff)
downloadslang-743b784527e26d36b0298e0fc536d4220fb24722.tar.gz
Remove conditional enabled status on llvm-rs-cc
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: I98dd816db57283464a55e6d38fa6aaaa210a9e92
-rw-r--r--Android.bp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index ce00396..9269d62 100644
--- a/Android.bp
+++ b/Android.bp
@@ -103,12 +103,6 @@ cc_library_host_static {
],
shared_libs: ["libbcinfo"],
-
- product_variables: {
- unbundled_build: {
- enabled: false,
- },
- },
}
// ========================================================
@@ -188,12 +182,6 @@ cc_binary_host {
],
},
},
-
- product_variables: {
- unbundled_build: {
- enabled: false,
- },
- },
}
cc_binary_host {