9706cbc1e9
It has only one test function as a starting point. Bug: n/a Test: m (soong tests) Change-Id: I785b096805014a40dfd600f7baaf884f4016c23c
24 lines
474 B
Text
24 lines
474 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",
|
|
"testing.go",
|
|
],
|
|
testSrcs: [
|
|
"filesystem_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|