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

Commit 70e039b7 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: I33a4c334a0b004345622c32239ce9d5da8efe09b
parent 6ad2e2f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ cc_library_shared {
        "-Wall",
        "-Werror",
    ],
    header_libs: ["jni_headers"],
    shared_libs: [
        "libbase",
        "libhidlbase",
@@ -24,6 +25,7 @@ cc_library_shared {
    export_include_dirs: [
        "include/"
    ],
    export_header_lib_headers: ["jni_headers"],
    local_include_dirs: [
        "include/sensorservicehidl/"
    ]