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 ], 12 13 proto: { 14 canonical_path_from_root: false, 15 export_proto_headers: true, 16 type: "full", 17 }, 18} 19