From 4fc71fff30e89e292103b264fbb2babba0e4715b Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Mon, 18 Sep 2023 09:11:18 -0400 Subject: [PATCH] Sort always convert by type list Test: CI Change-Id: Icdf1f4e8132d959b494e2570854ee06973a816b0 --- android/allowlists/allowlists.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 905912585..543c9f0ac 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -900,20 +900,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