commit | f1425e4aff397ea4bd23acda02bb67d30d423f96 | [log] [tgz] |
---|---|---|
author | Shriya Gupta <shrigupt@google.com> | Mon Jan 09 09:45:45 2023 +0000 |
committer | Shriya Gupta <shrigupt@google.com> | Mon Jan 09 13:12:24 2023 +0000 |
tree | 450e8cddc86409b619309bc28a75a71f348418af | |
parent | b0f1e19c1a8e956d0c5f72f783b7b6aa9e080709 [diff] [blame] |
Allow IllustrationPreference usage in PermissionController This will be used in the corresponding UI change of ag/20902246 Bug: 253171484 Test: atest SafetyCenterSubpagesTest Change-Id: I4dda1ebeab27252500e61a12c29949d6afd70569
diff --git a/packages/SettingsLib/IllustrationPreference/Android.bp b/packages/SettingsLib/IllustrationPreference/Android.bp index 5904589..e80eb66 100644 --- a/packages/SettingsLib/IllustrationPreference/Android.bp +++ b/packages/SettingsLib/IllustrationPreference/Android.bp
@@ -20,4 +20,9 @@ sdk_version: "system_current", min_sdk_version: "28", + + apex_available: [ + "//apex_available:platform", + "com.android.permission", + ], }