platform_build_soong/filesystem/Android.bp
Jiyong Park 972e06c41f Add vbmeta module type
The module type is to create vbmeta image out of other partitions.

Bug: 180676957
Test: m microdroid_vbmeta microdroid_vbmeta_system
Inspect the built image using `avbtool info_image --image <image>`

Change-Id: Iac92e9ab1640dcd488af69842e09850a91262bf1
2021-03-16 11:34:11 +09:00

22 lines
422 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-filesystem",
pkgPath: "android/soong/filesystem",
deps: [
"blueprint",
"soong",
"soong-android",
],
srcs: [
"bootimg.go",
"filesystem.go",
"logical_partition.go",
"vbmeta.go",
],
testSrcs: [
],
pluginFor: ["soong_build"],
}