mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Add explicit dependencies on jni_headers"
This commit is contained in:
commit
d3af5a28ea
@ -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"],
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user