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
This commit is contained in:
Jingwen Chen
2022-08-04 15:26:46 +00:00
parent 5012e07bae
commit 9009dc2d8f

View File

@@ -333,6 +333,13 @@ var (
"server_configurable_flags",
"tensorflow_headers",
// fastboot
"bootimg_headers",
"fastboot",
"libfastboot",
"liblp",
"libstorage_literals_headers",
//external/avb
"avbtool",
"libavb",