Add jni_headers dependencies to hosttests

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

Bug: 152482542
Test: m checkbuild
Change-Id: I67b8d3a06c490b6a278b6f7e7a90c524d1466814
Merged-In: I67b8d3a06c490b6a278b6f7e7a90c524d1466814
(cherry picked from commit fe8224f18f)
This commit is contained in:
Orion Hodson
2020-04-22 11:21:18 +01:00
parent e44f1c8380
commit f72f95cacb
3 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ cc_test_library {
// All of the source files that we will compile.
srcs: ["native.cpp"],
header_libs: ["jni_headers"],
shared_libs: ["liblog"],
cflags: [

View File

@@ -25,6 +25,7 @@ cc_test_library {
// All of the source files that we will compile.
srcs: ["native.cpp"],
header_libs: ["jni_headers"],
shared_libs: ["liblog"],
cflags: [

View File

@@ -27,6 +27,7 @@ cc_test_library {
// All of the source files that we will compile.
srcs: ["native.cpp"],
header_libs: ["jni_headers"],
shared_libs: ["liblog"],
cflags: [