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

Commit f72f95ca authored by Orion Hodson's avatar Orion Hodson
Browse files

Add jni_headers dependencies to hosttests

Preparation for removing implicit include paths for jni.h from soong.

Bug: 152482542
Test: m checkbuild
Change-Id: I67b8d3a06c490b6a278b6f7e7a90c524d1466814
Merged-In: I67b8d3a06c490b6a278b6f7e7a90c524d1466814
(cherry picked from commit fe8224f1)
parent e44f1c83
Loading
Loading
Loading
Loading
+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: [