Merge "Add explicit dependencies on jni_headers" am: d3af5a28ea am: aab67ba15e am: e04cfb092e am: 3b8eaf98ca am: 10b9098292

Change-Id: I94f97e234e8d72f2b164d72bc33fa2da758a8d61
main
Treehugger Robot 2020-04-15 18:55:24 +00:00 committed by Automerger Merge Worker
commit 75b8dfeed9
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ cc_defaults {
"-Wno-unused-function",
],
header_libs: ["jni_headers"],
local_include_dirs: ["src"],
// TODO
include_dirs: ["packages/inputmethods/LatinIME/native/jni/src"],

View File

@ -130,6 +130,7 @@ cc_library {
"-Wno-unused-parameter",
"-Wno-unused-function",
],
header_libs: ["jni_headers"],
local_include_dirs: ["src"],
srcs: [
@ -167,6 +168,7 @@ cc_library_static {
"-Wall",
"-Werror",
],
header_libs: ["jni_headers"],
local_include_dirs: ["src"],
sdk_version: "14",
stl: "libc++_static",