Add support for .proto files
.proto files are translated to .pb.cc and .pb.h files, which are then compiled normally. Bug: 32286026 Test: mmma -j system/extras/perfprofd Change-Id: I538071424d667aacf35b4b8bfebe217f5f092726
This commit is contained in:
@@ -30,6 +30,7 @@ var standardProperties = map[string]struct {
|
||||
"LOCAL_CERTIFICATE": {"certificate", bpparser.StringType},
|
||||
"LOCAL_PACKAGE_NAME": {"name", bpparser.StringType},
|
||||
"LOCAL_MODULE_RELATIVE_PATH": {"relative_install_path", bpparser.StringType},
|
||||
"LOCAL_PROTOC_OPTIMIZE_TYPE": {"proto.type", bpparser.StringType},
|
||||
|
||||
// List properties
|
||||
"LOCAL_SRC_FILES_EXCLUDE": {"exclude_srcs", bpparser.ListType},
|
||||
|
Reference in New Issue
Block a user