This script will be used to merge the csv outputs from bloaty into a single proto file. Bug: 172339795 Test: atest --host bloaty_merger_test Change-Id: I9a3c12d7b0c4b5e347fec04e6758bcc1fbc8ab40
28 lines
500 B
Plaintext
28 lines
500 B
Plaintext
python_test_host {
|
|
name: "bloaty_merger_test",
|
|
srcs: [
|
|
"bloaty_merger_test.py",
|
|
"bloaty_merger.py",
|
|
"file_sections.proto",
|
|
],
|
|
proto: {
|
|
canonical_path_from_root: false,
|
|
},
|
|
libs: [
|
|
"pyfakefs",
|
|
"ninja_rsp",
|
|
],
|
|
}
|
|
|
|
python_binary_host {
|
|
name: "bloaty_merger",
|
|
srcs: [
|
|
"bloaty_merger.py",
|
|
"file_sections.proto",
|
|
],
|
|
proto: {
|
|
canonical_path_from_root: false,
|
|
},
|
|
libs: ["ninja_rsp"],
|
|
}
|