1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5blueprint_go_binary { 6 name: "diff_target_files", 7 srcs: [ 8 "compare.go", 9 "diff_target_files.go", 10 "glob.go", 11 "target_files.go", 12 "allow_list.go", 13 "zip_artifact.go", 14 ], 15 testSrcs: [ 16 "compare_test.go", 17 "glob_test.go", 18 "allow_list_test.go", 19 ], 20} 21