Merge changes from topic "b152482542-endrun"

* changes:
  Add jni_headers dependencies to hosttests
  Add jni_headers dependency to libshim_jni
  Add jni_headers dependency to libsmartcamera_jni
  Add jni_headers dependency to libperftestscore_jni
  Add jni_headers to libframeworks_coretests_jni
This commit is contained in:
Orion Hodson
2020-06-01 09:20:10 +00:00
committed by Gerrit Code Review
7 changed files with 7 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ cc_library_shared {
"-Wunused",
"-Wunreachable-code",
],
header_libs: ["jni_headers"],
}

View File

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

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: [

View File

@@ -17,5 +17,6 @@
cc_library_shared {
name: "libshim_jni",
srcs: ["Shim.c"],
header_libs: ["jni_headers"],
sdk_version: "24",
}

View File

@@ -33,5 +33,6 @@ cc_test_library {
"-Werror",
"-Wno-unused-parameter",
],
header_libs: ["jni_headers"],
stl: "c++_static",
}