From 8ab873b43cd3b5fbde6366c060a9aa12d4373da6 Mon Sep 17 00:00:00 2001 From: Gurpreet Singh Date: Fri, 4 Mar 2022 15:13:31 +0000 Subject: 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 --- Android.bp | 3 +-- 1 file changed, 1 insertion(+), 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"], -- cgit v1.2.3-59-g8ed1b