aboutsummaryrefslogtreecommitdiff
path: root/cmd/diff_target_files/Android.bp
blob: ae8c329fc5b45c63140fcfe283722185468a90aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

blueprint_go_binary {
    name: "diff_target_files",
    srcs: [
        "compare.go",
        "diff_target_files.go",
        "glob.go",
        "target_files.go",
        "allow_list.go",
        "zip_artifact.go",
    ],
    testSrcs: [
        "compare_test.go",
        "glob_test.go",
        "allow_list_test.go",
    ],
}