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

Commit e1b4a5ab 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: Id9f6ee58b8d2f5eebfc3010bbeb4259c0b3169f1
parent 909ab01d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -11,7 +11,10 @@ java_library {
cc_library_shared {
    name: "libbluetooth_jni",
    srcs: ["jni/**/*.cpp"],
    header_libs: ["libbluetooth_headers"],
    header_libs: [
        "jni_headers",
        "libbluetooth_headers",
    ],
    include_dirs: [
        "system/bt/types",
    ],