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

Commit c3508715 authored by Orion Hodson's avatar Orion Hodson Committed by Gerrit Code Review
Browse files

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
parents f3022ca4 f72f95ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,4 +10,5 @@ cc_library_shared {
        "-Wunused",
        "-Wunreachable-code",
    ],
    header_libs: ["jni_headers"],
}
+1 −0
Original line number Diff line number Diff line
@@ -24,4 +24,5 @@ cc_test_library {
        "-Wall",
        "-Werror",
    ],
    header_libs: ["jni_headers"]
}
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+1 −0
Original line number Diff line number Diff line
@@ -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: [
Loading