Add jni_headers to libframeworks_coretests_jni

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

Bug: 152482542
Test: m checkbuild
Change-Id: Ie6815286723cddae1765625a1455ef8847105df8
Merged-In: Ie6815286723cddae1765625a1455ef8847105df8
(cherry picked from commit 8046836bda)
This commit is contained in:
Orion Hodson
2020-04-22 11:17:27 +01:00
parent a5e8d3f73d
commit afb45779c8

View File

@@ -24,4 +24,5 @@ cc_test_library {
"-Wall",
"-Werror",
],
header_libs: ["jni_headers"]
}