Allowlist conversion of api providing module types
The allowlisted modules will be used to gather the contributions to the
publicapi surfce
Test: TH
Change-Id: I49df3a734c7ab21f21020a8cf8ddfaf7b6fa9717
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index cfaa1d4..3ea162a 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -550,12 +550,15 @@
}
Bp2buildModuleTypeAlwaysConvertList = []string{
+ "aidl_interface_headers",
+ "api_domain",
"license",
"linker_config",
"java_import",
"java_import_host",
+ "ndk_headers",
+ "ndk_library",
"sysprop_library",
- "aidl_interface_headers",
}
Bp2buildModuleDoNotConvertList = []string{