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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user