summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Moon <quic_johmoo@quicinc.com>2023-03-27 14:48:41 -0700
committerGiuliano Procida <gprocida@google.com>2023-03-28 10:31:55 +0000
commit72eea7973ea87a35d345fe326208ad63b907b28b (patch)
tree7949cc4a4dd9f8c1cabe744355a07a4bebc7c20c
parentdd1bfc2c84797f28337a4aee35c6988432030ede (diff)
downloadbuild-tools-72eea7973ea87a35d345fe326208ad63b907b28b.tar.gz
kleaf: Add img2simg and mkuserimg_mke2fs to export list
Currently, the exported binaries do not include img2sim or mkuserimg_mke2fs which are needed for secure image generation. Add them to the list of binaries exported to the build system. Bug: 273238897 Change-Id: I40609cdc50e12d139ebdd2e1904350ebb171451e Signed-off-by: John Moon <quic_johmoo@quicinc.com>
-rw-r--r--BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 8907650..388fb8c 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -29,7 +29,9 @@ import_libraries(
exports_files([
"linux-x86/bin/avbtool",
"linux-x86/bin/certify_bootimg",
+ "linux-x86/bin/img2simg",
"linux-x86/bin/mkdtboimg",
+ "linux-x86/bin/mkuserimg_mke2fs",
"linux-x86/bin/stg",
"linux-x86/bin/stgdiff",
"linux-x86/share/avb/testkey_rsa2048.pem",