summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGurpreet Singh <gurpreetgs@google.com>2022-03-04 15:13:31 +0000
committerGurpreet Singh <gurpreetgs@google.com>2022-03-04 15:13:31 +0000
commit8ab873b43cd3b5fbde6366c060a9aa12d4373da6 (patch)
treecefa38fec60cbd4a9af8fb5874227b5303645011 /Android.bp
parent0e7e4596b7129e84fe8fad511bc40a8e964e190e (diff)
downloadPermission-8ab873b43cd3b5fbde6366c060a9aa12d4373da6.tar.gz
Using common apex_defaults for com.android.permission module.
In /packages/modules/common/sdk/ModuleDefaults.bp file, some apex_defaults are added to provide common parameters corresponding to Q, R, S, and T releases. (Refer to CL link for above mentioned change - https://android-review.googlesource.com/c/platform/packages/modules/common/+/2005890?forceReload=true) This CL is using the apex_default corresponding to R release for the com.google.android.permission module. Bug: 172589606 Test: USE_RBE=true m Since there are no runtime changes, successful code build is enough for testing. Change-Id: I2f37a1813c576d8751f5eb32006b486884708ac5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 9ff56e659..03c8ccf2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,8 +24,7 @@ apex {
apex_defaults {
name: "com.android.permission-defaults",
- updatable: true,
- min_sdk_version: "30",
+ defaults: ["r-launched-apex-module"],
bootclasspath_fragments: ["com.android.permission-bootclasspath-fragment"],
systemserverclasspath_fragments: ["com.android.permission-systemserverclasspath-fragment"],
prebuilts: ["current_sdkinfo"],