summaryrefslogtreecommitdiff
path: root/filesystem/Android.bp
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2021-02-01 21:38:11 +0900
committer Jiyong Park <jiyong@google.com> 2021-02-02 00:41:57 +0900
commit1f7b93e976da9ec1751daced2ea83ce146fc600b (patch)
treefd3e4e807f3effa1cf65dcd5dd2ec32eec04c4cc /filesystem/Android.bp
parent11a65979d8ace354ff5db82c680b6bf9615f1c03 (diff)
Add bootimg module type
The new module type is to build the boot partition images. Boot partition image consists of kernel, ramdisk, dtb, etc. which are processed by the mkbootimg tool. There are two flavors of boot partition: boot and vendor_boot. The choice is configured via the 'vendor_boot' property. Currently, only `vendor_boot: true` case is supported. But: 178978059 Test: m cf_bootimg-5.10 Change-Id: Iee689d9d666e8e6e5af7db02a76dd39d1e4d0e3a
Diffstat (limited to 'filesystem/Android.bp')
-rw-r--r--filesystem/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystem/Android.bp b/filesystem/Android.bp
index 926df6e38..999424109 100644
--- a/filesystem/Android.bp
+++ b/filesystem/Android.bp
@@ -7,6 +7,7 @@ bootstrap_go_package {
"soong-android",
],
srcs: [
+ "bootimg.go",
"filesystem.go",
],
testSrcs: [