From 01de3ac6197665eb8baa0295a344ebcfca5ea4c0 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Mon, 18 Sep 2023 13:39:06 -0400 Subject: [PATCH] Add keep sorted tags Test: n/a Change-Id: Ibfb96b3e9c2f4707eb585714069bbb81671457b4 --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 9dc5878ee..3b64a6fa4 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -918,6 +918,7 @@ var ( } Bp2buildModuleTypeAlwaysConvertList = []string{ + // go/keep-sorted start "aconfig_declarations", "aconfig_value_set", "aconfig_values", @@ -937,6 +938,7 @@ var ( "linker_config", "sysprop_library", "xsd_config", + // go/keep-sorted end } // Add the names of modules that bp2build should never convert, if it is