diff options
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index c9d7936592..cad6ce3ad8 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -37,8 +37,7 @@ apex_defaults { "ServiceWifiResources", "WifiDialog", ], - min_sdk_version: "30", - updatable: true, + defaults: ["r-launched-apex-module"], // Indicates that pre-installed version of this apex can be compressed. // Whether it actually will be compressed is controlled on per-device basis. compressible: true, |