972e06c41f
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
22 lines
422 B
Text
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"],
|
|
}
|