blob: 791019ddb831aea432bc1db1af6eebc2a8798df3 [file] [log] [blame]
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"],
}