Clean up hard-coded min_sdk_version/apex_available
Set min_sdk_version/apex_available for modules used by com.android.permission APEX. Bug: 147364041 Bug: 158059172 Test: m Change-Id: I93ff72ed765354d44a2ccb5105b5f2820f0358f5
This commit is contained in:
@@ -864,7 +864,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel {
|
||||
"libtflite_kernel_utils": 30,
|
||||
"libzstd": 30,
|
||||
"net-utils-framework-common": 29,
|
||||
"permissioncontroller-statsd": 28,
|
||||
"philox_random_headers": 30,
|
||||
"philox_random": 30,
|
||||
"tensorflow_headers": 30,
|
||||
|
27
apex/apex.go
27
apex/apex.go
@@ -3141,33 +3141,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.permission"] = []string{
|
||||
"car-ui-lib",
|
||||
"iconloader",
|
||||
"kotlin-annotations",
|
||||
"kotlin-stdlib",
|
||||
"kotlin-stdlib-jdk7",
|
||||
"kotlin-stdlib-jdk8",
|
||||
"kotlinx-coroutines-android",
|
||||
"kotlinx-coroutines-android-nodeps",
|
||||
"kotlinx-coroutines-core",
|
||||
"kotlinx-coroutines-core-nodeps",
|
||||
"permissioncontroller-statsd",
|
||||
"GooglePermissionController",
|
||||
"PermissionController",
|
||||
"SettingsLibActionBarShadow",
|
||||
"SettingsLibAppPreference",
|
||||
"SettingsLibBarChartPreference",
|
||||
"SettingsLibLayoutPreference",
|
||||
"SettingsLibProgressBar",
|
||||
"SettingsLibSearchWidget",
|
||||
"SettingsLibSettingsTheme",
|
||||
"SettingsLibRestrictedLockUtils",
|
||||
"SettingsLibHelpUtils",
|
||||
}
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.runtime"] = []string{
|
||||
"bionic_libc_platform_headers",
|
||||
"libarm-optimized-routines-math",
|
||||
|
Reference in New Issue
Block a user