Merge "Sort always convert by type list" into main am: 35f1ae0721
am: 48b6649189
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2754805 Change-Id: I40e4eb44041fb5e9ff920e8dc68d16a9d7a5a7d8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -907,20 +907,20 @@ var (
|
||||
}
|
||||
|
||||
Bp2buildModuleTypeAlwaysConvertList = []string{
|
||||
"aconfig_declarations",
|
||||
"aconfig_value_set",
|
||||
"aconfig_values",
|
||||
"aidl_interface_headers",
|
||||
"bpf",
|
||||
"combined_apis",
|
||||
"droiddoc_exported_dir",
|
||||
"license",
|
||||
"linker_config",
|
||||
"java_import",
|
||||
"java_import_host",
|
||||
"java_sdk_library",
|
||||
"license",
|
||||
"linker_config",
|
||||
"sysprop_library",
|
||||
"xsd_config",
|
||||
"aconfig_declarations",
|
||||
"aconfig_values",
|
||||
"aconfig_value_set",
|
||||
}
|
||||
|
||||
// Add the names of modules that bp2build should never convert, if it is
|
||||
|
Reference in New Issue
Block a user