See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: m diff_target_files Change-Id: I5654ccc5ba9be8cff01689b952d2feaade19ae79
17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
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",
|
|
],
|
|
}
|