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

Commit aa0fbe7d authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Remove libnativehelper directories from include_dirs" am: 0a79f447...

Merge "Remove libnativehelper directories from include_dirs" am: 0a79f447 am: 83d403b8 am: 3dad7f69
am: e06f7b90

Change-Id: Ifd6f77c5e98a551dee3fc361a7f4e454a9b41e20
parents 4add006e e06f7b90
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",
    ],
}