Add keep sorted tags

Test: n/a
Change-Id: Ibfb96b3e9c2f4707eb585714069bbb81671457b4
This commit is contained in:
Liz Kammer
2023-09-18 13:39:06 -04:00
parent e1b39a5286
commit 01de3ac619

View File

@@ -918,6 +918,7 @@ var (
} }
Bp2buildModuleTypeAlwaysConvertList = []string{ Bp2buildModuleTypeAlwaysConvertList = []string{
// go/keep-sorted start
"aconfig_declarations", "aconfig_declarations",
"aconfig_value_set", "aconfig_value_set",
"aconfig_values", "aconfig_values",
@@ -937,6 +938,7 @@ var (
"linker_config", "linker_config",
"sysprop_library", "sysprop_library",
"xsd_config", "xsd_config",
// go/keep-sorted end
} }
// Add the names of modules that bp2build should never convert, if it is // Add the names of modules that bp2build should never convert, if it is