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
This commit is contained in:
Shriya Gupta
2023-01-09 09:45:45 +00:00
parent b0f1e19c1a
commit f1425e4aff

View File

@@ -20,4 +20,9 @@ android_library {
sdk_version: "system_current",
min_sdk_version: "28",
apex_available: [
"//apex_available:platform",
"com.android.permission",
],
}