Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35388400 authored by Gurpreet Singh's avatar Gurpreet Singh
Browse files

Using common apex_defaults for com.android.bluetooth 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 T release for the
com.google.android.bluetooth module.

Note - currently the updatable field is overriden as false as multiple
allowed_deps changes are required to set it true. For more info, a bug
has been filed - b/223839432

Bug: 172589606
Test: USE_RBE=true m
Since there are no runtime changes, successful code build is enough for
testing.
Ignore-AOSP-First: AOSP gives merge-conflict presubmit errors
corresponding to tm-dev branch.

Change-Id: Ieec62f971632cb57ba998b9d61ff25f669cfa8ef
parent 50c3f009
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ apex_defaults {

    key: "com.android.bluetooth.key",
    certificate: ":com.android.bluetooth.certificate",
    min_sdk_version: "Tiramisu",
    defaults: ["t-launched-apex-module"],

    updatable: false,
    updatable: false, // TODO(b/223839432): Remove this
    future_updatable: true,
    // Indicates that pre-installed version of this apex can be compressed.
    // Whether it actually will be compressed is controlled on per-device basis.