From 62623dc14248543f341619548ae9001e5adfa96b Mon Sep 17 00:00:00 2001 From: Giulio Fiscella Date: Tue, 25 Jan 2022 11:18:36 +0000 Subject: Add Safety Center resources to APEX Bug: 216251607 Test: m Change-Id: Ib403780221201bc8f75b529ed8f1f8439604a0f3 --- Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 9ff56e659..a85ca710f 100644 --- a/Android.bp +++ b/Android.bp @@ -31,7 +31,10 @@ apex_defaults { prebuilts: ["current_sdkinfo"], key: "com.android.permission.key", certificate: ":com.android.permission.certificate", - apps: ["PermissionController"], + apps: [ + "PermissionController", + "SafetyCenterResources", + ], // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, -- cgit v1.2.3-59-g8ed1b