aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianjie <xunchang@google.com>2021-08-19 16:14:30 -0700
committerTianjie <xunchang@google.com>2021-08-23 12:01:41 -0700
commitd22306ff9ea5a6c7c540a8a796ad3e01c06265c2 (patch)
tree6f5bedfd43fa067a49d421d456a92cae7317581a
parent2af699e0b84f982af9a4dd092af4e2e6224c7bb5 (diff)
downloadzucchini-d22306ff9ea5a6c7c540a8a796ad3e01c06265c2.tar.gz
Make zucchini compile with puffin
Test: build Change-Id: Ifa02e31a68cca26876f6b860a0c8701c4a1be497
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index e9005c1..0b7cc90 100644
--- a/Android.bp
+++ b/Android.bp
@@ -134,7 +134,10 @@ cc_library {
cflags: [
"-Wno-unused-parameter",
],
- visibility: ["//system/update_engine:__subpackages__"],
+ visibility: [
+ "//external/puffin:__subpackages__",
+ "//system/update_engine:__subpackages__",
+ ],
}
cc_binary {