Update allowlist for framework
Test: bp2build.sh Change-Id: I8801dba735a0daf3c03b30bee8365d4ec998e4c2
This commit is contained in:
parent
69bda98f50
commit
877b846707
1 changed files with 26 additions and 0 deletions
|
@ -480,6 +480,32 @@ var (
|
|||
}
|
||||
|
||||
Bp2buildModuleAlwaysConvertList = []string{
|
||||
// ext
|
||||
"tagsoup",
|
||||
|
||||
// framework-res
|
||||
"remote-color-resources-compile-public",
|
||||
"remote-color-resources-compile-colors",
|
||||
|
||||
// framework-minus-apex
|
||||
"android.mime.types.minimized",
|
||||
"debian.mime.types.minimized",
|
||||
"framework-javastream-protos",
|
||||
"libview-inspector-annotation-processor",
|
||||
|
||||
// services
|
||||
"apache-commons-math",
|
||||
"cbor-java",
|
||||
"icu4j_calendar_astronomer",
|
||||
"json",
|
||||
"remote-color-resources-compile-public",
|
||||
"statslog-art-java-gen",
|
||||
"statslog-framework-java-gen",
|
||||
|
||||
"AndroidCommonLint",
|
||||
"ImmutabilityAnnotation",
|
||||
"ImmutabilityAnnotationProcessorHostLibrary",
|
||||
|
||||
"libidmap2_policies",
|
||||
"libSurfaceFlingerProp",
|
||||
"toolbox_input_labels",
|
||||
|
|
Loading…
Reference in a new issue