1package { 2 // See: http://go/android-license-faq 3 default_applicable_licenses: ["test_dittosuite_license"], 4} 5 6cc_library_static { 7 name: "dittosuite-proto", 8 9 srcs: [ 10 "benchmark.proto", 11 "result.proto", 12 ], 13 14 proto: { 15 canonical_path_from_root: false, 16 export_proto_headers: true, 17 type: "full", 18 }, 19} 20