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

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

Add jni_headers dependency to libshim_jni

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

Bug: 152482542
Test: m checkbuild
Change-Id: Ie8d55627d835d811ac601fb1e38952e9c1d0903f
Merged-In: Ie8d55627d835d811ac601fb1e38952e9c1d0903f
(cherry picked from commit cef4f844)
parent 35d31841
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@
cc_library_shared {
    name: "libshim_jni",
    srcs: ["Shim.c"],
    header_libs: ["jni_headers"],
    sdk_version: "24",
}