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

Commit 995b9367 authored by Jiyong Park's avatar Jiyong Park
Browse files

Mark libmedia_datasource_headers available to platform

The lib is indirectly depended on by mediaextractor and some more that
are part of the platform. One of the dependency chains is extractractor
-> libmediaextractorservice -> libstagefright -> ligstagefright_id3 ->
libmedia_datasource_headers.

With b/153073816, we will be checking the availability to the platform,
i.e. platform-available module depending on platform-unavailable module
causes a build error.

Prepare for the change by correctly marking that this interface lib is
available to the platform.

Bug: 153073816
Test: m
Change-Id: Id7bc146cb4712fc1b2d5c00666ad3750b9663295
parent b15c7985
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,10 @@ cc_library_headers {
            enabled: false,
            enabled: false,
        },
        },
    },
    },
    apex_available: ["com.android.media"],
    apex_available: [
        "//apex_available:platform",
        "com.android.media",
    ],
}
}


filegroup {
filegroup {