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
This commit is contained in:
Orion Hodson
2020-04-22 11:17:27 +01:00
parent 47c0db3ffd
commit 8046836bda

View File

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