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

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

Add dependencies on jni_headers

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

Bug: 152482542
Test: m checkbuild
Change-Id: I06873e61e519b6e54d7325f90231bce732790366
Exempt-From-Owner-Approval: build clean-up
parent fc2e4e07
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ cc_library {

    clang: true,

    header_libs: ["jni_headers"],
    export_header_lib_headers: ["jni_headers"],

    shared_libs: [
        "libbase",
        "liblog",
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ cc_library_shared {
        "InputHost.cpp",
    ],

    header_libs: ["jni_headers"],
    shared_libs: [
        "libbinder",
        "libcrypto",
@@ -42,6 +43,7 @@ cc_library_shared {
        //-fvisibility=hidden
    ],

    export_header_lib_headers: ["jni_headers"],
    export_include_dirs: ["."],
}

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ shared_libs = [
]

header_libraries = [
    "jni_headers",
    "libdvr_headers",
]