Add android.safetycenter to permission module permitted_packges

Currently the permitted_packages check is per apex and not per jar.
Adding android.safetycenter to the allowlist to unblock ag/16182563

Bug: 205289292
Test: TH
Change-Id: I9fc315a987af937a527872f24bf73263d2c9c9f2
This commit is contained in:
Spandan Das
2021-11-09 17:34:39 +00:00
parent a4a3a5ba42
commit 79e332c02d

View File

@@ -3138,6 +3138,8 @@ func rModulesPackages() map[string][]string {
},
"com.android.permission": []string{
"android.permission",
//TODO(b/205719989): remove, do not cherry-pick anywhere
"android.safetycenter",
"android.app.role",
"com.android.permission",
"com.android.role",