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

Commit 0a79f447 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Remove libnativehelper directories from include_dirs"

parents 3a54f81a f3b039f1
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
@@ -12,13 +12,9 @@ cc_library {
    ],
    sdk_version: "current",
    stl: "c++_static",
    include_dirs: [
        // NDK headers aren't available in platform NDK builds.
        "libnativehelper/include_jni",
        // Use ScopedUtfChars.
        "libnativehelper/header_only_include",
    ],
    header_libs: [
        // Use ScopedUtfChars.
        "libnativehelper_header_only",
        "libopenjdkjvmti_headers",
    ],
    compile_multilib: "both",
@@ -32,13 +28,9 @@ cc_binary_host {
        "libz",
        "slicer",
    ],
    include_dirs: [
        // NDK headers aren't available in platform NDK builds.
        "libnativehelper/include_jni",
        // Use ScopedUtfChars.
        "libnativehelper/header_only_include",
    ],
    header_libs: [
        // Use ScopedUtfChars.
        "libnativehelper_header_only",
        "libopenjdkjvmti_headers",
    ],
}