blob: a65a6b6449b5adc84317a9c3b80a15325854f5bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"],
}
|