blob: a08f7cf179423580bdb3e818cf9f9aa2e2de837a [file] [log] [blame] [edit]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-filesystem",
pkgPath: "android/soong/filesystem",
deps: [
"blueprint",
"soong",
"soong-android",
"soong-bpf", // for testing
"soong-java", // for testing
"soong-linkerconfig",
"soong-phony", // for testing
],
srcs: [
"aconfig_files.go",
"avb_add_hash_footer.go",
"avb_gen_vbmeta_image.go",
"bootimg.go",
"filesystem.go",
"fsverity_metadata.go",
"logical_partition.go",
"raw_binary.go",
"system_image.go",
"vbmeta.go",
"testing.go",
],
testSrcs: [
"filesystem_test.go",
],
pluginFor: ["soong_build"],
}