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"], }