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

Commit d6579919 authored by satayev's avatar satayev
Browse files

Add bootclasspath_fragment.

Note that the contents of the bootclasspath_fragment are added as
dependencies to an apex, so there is no need to duplicate them in
java_libs.

Bug: 180105615
Test: atest CtsClasspathsTestCases
Change-Id: I1537d8a30c67995955af2d2d1bb2c11f01a24fe9
Merged-In: I1537d8a30c67995955af2d2d1bb2c11f01a24fe9
parent 0373af7d
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ package {
apex_defaults {
    name: "com.android.media-defaults",
    updatable: true,
    java_libs: ["updatable-media"],
    bootclasspath_fragments: ["com.android.media-bootclasspath-fragment"],
    multilib: {
        first: {
            // Extractor process runs only with the primary ABI.
@@ -84,6 +84,13 @@ linker_config {
    installable: false,
}

// Encapsulate the contributions made by the com.android.media to the bootclasspath.
bootclasspath_fragment {
    name: "com.android.media-bootclasspath-fragment",
    contents: ["updatable-media"],
    apex_available: ["com.android.media"],
}

filegroup {
    name: "com.android.media-androidManifest",
    srcs: ["AndroidManifest-media.xml"],