• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5bootstrap_go_package {
6    name: "soong-systemfeatures",
7    pkgPath: "android/soong/systemfeatures",
8    deps: [
9        "blueprint",
10        "blueprint-proptools",
11        "soong",
12        "soong-android",
13        "soong-java",
14    ],
15    srcs: ["system_features.go"],
16    testSrcs: ["system_features_test.go"],
17    pluginFor: ["soong_build"],
18}
19