Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e04cfb09 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add explicit dependencies on jni_headers" am: d3af5a28 am: aab67ba1

Change-Id: I6d376cc2492ed2969c85a72f4456d3711db2f72a
parents f5345e8d aab67ba1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"],
+2 −0
Original line number Diff line number Diff line
@@ -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",