aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2022-10-25 10:18:00 +0900
committerInseob Kim <inseob@google.com>2022-10-25 10:18:00 +0900
commit0afc25088d7e09de0f76f109c7e1b7f92d06a954 (patch)
treefead79e52f2f57a74cb0c289939a46ce66c13e05
parent70837b517dc0817d0b2cab1f363ddd7ebe09ba8c (diff)
downloadlibbcc-0afc25088d7e09de0f76f109c7e1b7f92d06a954.tar.gz
Enable host libbcc even on unbundled builds
Because host bcc isn't disabled regardless of unbundled builds. Test: build with TARGET_BUILD_UNBUNDLED_IMAGE Change-Id: I42aabaad3dc785638836afb38443473406843026
-rw-r--r--lib/Android.bp13
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index 7c53f60..6ddc652 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -80,13 +80,12 @@ cc_library {
"libdl",
"liblog",
],
- },
- },
-
- product_variables: {
- unbundled_build: {
- // Don't build in unbundled branches
- enabled: false,
+ product_variables: {
+ unbundled_build: {
+ // Don't build in unbundled branches
+ enabled: false,
+ },
+ },
},
},
}