@@ -133,6 +133,7 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
133133 "android_jar" : buildpb .Attribute_LABEL ,
134134 "annotations_jar" : buildpb .Attribute_LABEL ,
135135 "api_level" : buildpb .Attribute_INTEGER ,
136+ "api_version" : buildpb .Attribute_INTEGER ,
136137 "apkbuilder" : buildpb .Attribute_LABEL ,
137138 "apksigner" : buildpb .Attribute_LABEL ,
138139 "applicable_licenses" : buildpb .Attribute_LABEL_LIST ,
@@ -147,10 +148,12 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
147148 "binary_type" : buildpb .Attribute_STRING ,
148149 "blacklisted_protos" : buildpb .Attribute_LABEL_LIST ,
149150 "bootclasspath" : buildpb .Attribute_LABEL_LIST ,
151+ "bootstrap_template" : buildpb .Attribute_LABEL ,
150152 "build_file" : buildpb .Attribute_STRING ,
151153 "build_file_content" : buildpb .Attribute_STRING ,
152154 "build_setting_default" : buildpb .Attribute_LABEL ,
153155 "build_tools_version" : buildpb .Attribute_STRING ,
156+ "buildpar" : buildpb .Attribute_BOOLEAN ,
154157 "bundle_loader" : buildpb .Attribute_LABEL ,
155158 "cache" : buildpb .Attribute_INTEGER ,
156159 "classpath_resources" : buildpb .Attribute_LABEL_LIST ,
@@ -169,6 +172,7 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
169172 "constraints" : buildpb .Attribute_STRING_LIST ,
170173 "copts" : buildpb .Attribute_STRING_LIST ,
171174 "coverage_files" : buildpb .Attribute_LABEL ,
175+ "coverage_tool" : buildpb .Attribute_LABEL ,
172176 "cpu" : buildpb .Attribute_STRING ,
173177 "cpu_constraints" : buildpb .Attribute_LABEL_LIST ,
174178 "create_executable" : buildpb .Attribute_BOOLEAN ,
@@ -239,6 +243,7 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
239243 "generator_function" : buildpb .Attribute_STRING ,
240244 "generator_location" : buildpb .Attribute_STRING ,
241245 "generator_name" : buildpb .Attribute_STRING ,
246+ "has_services" : buildpb .Attribute_BOOLEAN ,
242247 "hdrs" : buildpb .Attribute_LABEL_LIST ,
243248 "header_compiler" : buildpb .Attribute_LABEL_LIST ,
244249 "header_compiler_builtin_processors" : buildpb .Attribute_STRING_LIST ,
@@ -275,6 +280,7 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
275280 "jvm_flags" : buildpb .Attribute_STRING_LIST ,
276281 "jvm_opts" : buildpb .Attribute_STRING_LIST ,
277282 "launcher" : buildpb .Attribute_LABEL ,
283+ "launcher_uses_whole_archive" : buildpb .Attribute_BOOLEAN ,
278284 "legacy_create_init" : buildpb .Attribute_TRISTATE ,
279285 "libc_top" : buildpb .Attribute_LABEL ,
280286 "licenses" : buildpb .Attribute_LICENSE ,
@@ -329,6 +335,7 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
329335 "package_metadata" : buildpb .Attribute_LABEL_LIST ,
330336 "packages" : buildpb .Attribute_LABEL_LIST ,
331337 "parents" : buildpb .Attribute_LABEL_LIST ,
338+ "paropts" : buildpb .Attribute_STRING_LIST ,
332339 "path" : buildpb .Attribute_STRING ,
333340 "pch" : buildpb .Attribute_LABEL ,
334341 "platform_apks" : buildpb .Attribute_LABEL_LIST ,
@@ -392,6 +399,7 @@ var TypeOf = map[string]buildpb.Attribute_Discriminator{
392399 "strip_files" : buildpb .Attribute_LABEL ,
393400 "strip_import_prefix" : buildpb .Attribute_STRING ,
394401 "strip_include_prefix" : buildpb .Attribute_STRING ,
402+ "stub_shebang" : buildpb .Attribute_STRING ,
395403 "support_apks" : buildpb .Attribute_LABEL_LIST ,
396404 "supports_header_parsing" : buildpb .Attribute_BOOLEAN ,
397405 "supports_param_files" : buildpb .Attribute_BOOLEAN ,
0 commit comments