blob: fb28f113d292bb36f8187e11c73607cafd201340 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-systemfeatures",
pkgPath: "android/soong/systemfeatures",
deps: [
"blueprint",
"blueprint-proptools",
"soong",
"soong-android",
"soong-genrule",
"soong-java",
],
srcs: ["system_features.go"],
testSrcs: ["system_features_test.go"],
pluginFor: ["soong_build"],
}