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

Commit 26a0e1a6 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
parent e10d7a6b
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ package {
apex_defaults {
    name: "com.android.media-defaults",
    updatable: true,
    bootclasspath_fragments: ["com.android.media-bootclasspath-fragment"],
    java_libs: [
      "updatable-media",
      "service-media-s",
    ],
    multilib: {
@@ -94,6 +94,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"],