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

Commit d3fd1ae6 authored by Orion Hodson's avatar Orion Hodson
Browse files

Add explicit dependencies on jni_headers

Preparation for removing implicit include paths for jni.h from soong.

Bug: 152482542
Test: m
Change-Id: Idbd0632428ae2ecf1de64c4a8b6467bea6516373
Exempt-From-Owner-Approval: build refactoring
parent 8607a8ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -282,11 +282,13 @@ cc_library {
        "bionic_libc_platform_headers",
        "libstagefright_headers",
        "media_ndk_headers",
        "jni_headers",
    ],

    export_header_lib_headers: [
        "libstagefright_headers",
        "media_ndk_headers",
        "jni_headers",
    ],

    shared_libs: [
+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ cc_library_shared {
    ],

    header_libs: [
        "jni_headers",
        "libmediadrm_headers",
    ],

@@ -97,6 +98,8 @@ cc_library_shared {
        "libmediandk_utils",
    ],

    export_header_lib_headers: ["jni_headers"],

    export_include_dirs: ["include"],

    export_shared_lib_headers: [