1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5bootstrap_go_package { 6 name: "soong-ci-tests", 7 pkgPath: "android/soong/ci_tests", 8 deps: [ 9 "blueprint", 10 "blueprint-proptools", 11 "soong", 12 "soong-android", 13 ], 14 srcs: [ 15 "ci_test_package_zip.go", 16 ], 17 testSrcs: [ 18 ], 19 pluginFor: ["soong_build"], 20 visibility: ["//visibility:public"], 21} 22