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

Commit 59254c74 authored by Yifan Hong's avatar Yifan Hong
Browse files

Remove apex_available on libandroid_runtime_vm_headers

Dependency of media APEXes on libbinder has been
cleaned up. Hence, there's no need to make
libandroid_runtime_vm_headers apex_available to
these APEXes.

Fixes: 193742372
Test: TH

Change-Id: Ide613376b94e1680ab7e26ef5cb975a80c44fb01
parent 09755b54
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -405,9 +405,4 @@ cc_library_headers {
    export_header_lib_headers: [
        "jni_headers",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.media",
        "com.android.media.swcodec",
    ],
}