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

Commit e3de1d1b authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Add "//apex_available:platform" to apex_available.

When specifying apex_availabe, "//apex_available:platform" needs to be
included explicitly to allow non-apex modules to access the module.

Bug: 153022187
Bug: 152762638
Test: build
Change-Id: Ic505bb04f8ce4b12d65142ed368af9d10ff3179e
parent 8b9e6369
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ cc_library_static {
    host_supported: true,

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

+1 −0
Original line number Diff line number Diff line
sysprop_library {
    name: "LibGuiProperties",
    apex_available: [
        "//apex_available:platform",
        "com.android.media",
        "com.android.media.swcodec",
    ],