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

Commit b6ddfa83 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Add some missing apexes to apex_available" am: 4a24272a

Change-Id: I4dc068de9f57117e636f123eac25496667057341
parents d663f215 4a24272a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -73,9 +73,9 @@ cc_library {
    // or dessert updates. Instead, apex users should use libbinder_ndk.
    // or dessert updates. Instead, apex users should use libbinder_ndk.
    apex_available: [
    apex_available: [
        "//apex_available:platform",
        "//apex_available:platform",
        // TODO(b/139016109) remove these three
        // TODO(b/139016109) remove these
        "com.android.media",
        "com.android.media.swcodec",
        "com.android.media.swcodec",
        "test_com.android.media.swcodec",
    ],
    ],


    srcs: [
    srcs: [
+4 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,10 @@ cc_library_static {
    vendor_available: true,
    vendor_available: true,
    host_supported: true,
    host_supported: true,


    apex_available: [
        "com.android.media",
    ],

    shared_libs: [
    shared_libs: [
        "libbinder",
        "libbinder",
        "libhidlbase",  // libhwbinder is in here
        "libhidlbase",  // libhwbinder is in here
+4 −0
Original line number Original line Diff line number Diff line
sysprop_library {
sysprop_library {
    name: "LibGuiProperties",
    name: "LibGuiProperties",
    apex_available: [
        "com.android.media",
        "com.android.media.swcodec",
    ],
    srcs: ["*.sysprop"],
    srcs: ["*.sysprop"],
    api_packages: ["android.sysprop"],
    api_packages: ["android.sysprop"],
    property_owner: "Platform",
    property_owner: "Platform",