summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jingwen Chen <jingwen@google.com> 2022-08-04 15:26:46 +0000
committer Jingwen Chen <jingwen@google.com> 2022-08-04 15:26:46 +0000
commit9009dc2d8f83643c5a239f42ede6fbdb9df8e4cc (patch)
treef2b2cc4a159fff0c074ff1cb613dadba4d8e4a86
parent5012e07bae72b71458d8945dddb6494f2098aacc (diff)
bp2build: Allowlist and build fastboot with Bazel.
Test: $ b build //system/core/fastboot:fastboot --config=linux_x86_64 && bazel-bin/system/core/fastboot/fastboot --help Change-Id: I70159a49e7fdfbb8a0b653161e9ea2a9eeeab977
-rw-r--r--android/allowlists/allowlists.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index 4329d5d65..a3899e4ad 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -333,6 +333,13 @@ var (
"server_configurable_flags",
"tensorflow_headers",
+ // fastboot
+ "bootimg_headers",
+ "fastboot",
+ "libfastboot",
+ "liblp",
+ "libstorage_literals_headers",
+
//external/avb
"avbtool",
"libavb",