diff options
| -rw-r--r-- | android/allowlists/allowlists.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index df47a5c91..cccf6ad4b 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -749,6 +749,10 @@ var ( "CaptivePortalLogin", "libstagefright_headers", + + // aidl + "aidl", + "libaidl-common", } Bp2buildModuleTypeAlwaysConvertList = []string{ |