blob: a65a6b6449b5adc84317a9c3b80a15325854f5bf [file] [log] [blame] [edit]
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-java",
],
srcs: ["system_features.go"],
testSrcs: ["system_features_test.go"],
pluginFor: ["soong_build"],
}