Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9009dc2d authored by Jingwen Chen's avatar Jingwen Chen
Browse files

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
parent 5012e07b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -333,6 +333,13 @@ var (
		"server_configurable_flags",
		"tensorflow_headers",

		// fastboot
		"bootimg_headers",
		"fastboot",
		"libfastboot",
		"liblp",
		"libstorage_literals_headers",

		//external/avb
		"avbtool",
		"libavb",