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

Commit 247b04f0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[res] Start using the native's header library" into main

parents d1039dd4 f51c1dff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ cc_defaults {
        "-Werror",
        "-Wunreachable-code",
    ],
    header_libs: [
        "native_headers",
    ],
    target: {
        windows: {
            // The Windows compiler warns incorrectly for value initialization with {}.
+4 −1
Original line number Diff line number Diff line
@@ -55,7 +55,10 @@ cc_defaults {
            cflags: ["-D_DARWIN_UNLIMITED_STREAMS"],
        },
    },
    header_libs: ["jni_headers"],
    header_libs: [
        "jni_headers",
        "native_headers",
    ],
    static_libs: [
        "libandroidfw",
        "libutils",