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

Commit 747eb1a6 authored by Jiyong Park's avatar Jiyong Park Committed by Gerrit Code Review
Browse files

Merge "Set apex_available property"

parents 6ee70c0d 16a932a4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -51,6 +51,12 @@ cc_library {
            enabled: false,
        },
    },

    apex_available: [
        "//apex_available:platform",
        "com.android.art.debug",
        "com.android.art.release",
    ],
}

// Tests
+6 −0
Original line number Diff line number Diff line
@@ -146,6 +146,12 @@ cc_library {
            exclude_shared_libs: ["libdexfile_support"],
        },
    },

    apex_available: [
        "//apex_available:platform",
        "com.android.art.debug",
        "com.android.art.release",
    ],
}

// Static library without DEX support to avoid dependencies on the ART APEX.
+6 −0
Original line number Diff line number Diff line
@@ -111,6 +111,12 @@ cc_library {
            enabled: true,
        },
    },

    apex_available: [
        "//apex_available:platform",
        "com.android.art.debug",
        "com.android.art.release",
    ],
}

// Tests.