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

Commit 951b5334 authored by Gurpreet Singh's avatar Gurpreet Singh
Browse files

Using common apex_defaults for com.android.resolv 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.resolv module.

Bug: 172589606
Test: USE_RBE=true m
Since there are no runtime changes, successful code build is enough for
testing.

Change-Id: I07e27a49863dc5978b85610624b17f204989b78b
parent a4d7bb98
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -24,7 +24,6 @@ package {


apex {
apex {
    name: "com.android.resolv",
    name: "com.android.resolv",
    updatable: true,
    manifest: "manifest.json",
    manifest: "manifest.json",
    multilib: {
    multilib: {
        first: {
        first: {
@@ -41,14 +40,13 @@ apex {
    // Whether it actually will be compressed is controlled on per-device basis.
    // Whether it actually will be compressed is controlled on per-device basis.
    compressible: true,
    compressible: true,


    // IMPORTANT: For the APEX to be installed on Android 10,
    // IMPORTANT:  q-launched-apex-module enables the build system to make
    // min_sdk_version should be 29. This enables the build system to make
    // sure the package compatible to Android 10 in two ways:
    // sure the package compatible to Android 10 in two ways:
    // - build the APEX package compatible to Android 10
    // - build the APEX package compatible to Android 10
    //   so that the package can be installed.
    //   so that the package can be installed.
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    //   so that the artifacts can run.
    //   so that the artifacts can run.
    min_sdk_version: "29",
    defaults: ["q-launched-apex-module"],
}
}


apex_key {
apex_key {