diff options
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index c1d80a39f..2dad22b06 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -6260,8 +6260,7 @@ func TestApexWithApps(t *testing.T) { sdk_version: "current", system_modules: "none", privileged: true, - privapp_allowlist: "perms.xml", - package_name: "com.android.AppFooPriv", + privapp_allowlist: "privapp_allowlist_com.android.AppFooPriv.xml", stl: "none", apex_available: [ "myapex" ], } |