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

Commit d3138a4e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder_ndk: mv include_{apex,platform}"

parents 152b3e47 6b7ea2af
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ cc_library_shared {


    export_include_dirs: [
    export_include_dirs: [
        "include_ndk",
        "include_ndk",
        "include_apex",
        "include_platform",
    ],
    ],


    cflags: [
    cflags: [
@@ -80,6 +80,6 @@ llndk_library {
    symbol_file: "libbinder_ndk.map.txt",
    symbol_file: "libbinder_ndk.map.txt",
    export_include_dirs: [
    export_include_dirs: [
        "include_ndk",
        "include_ndk",
        "include_apex",
        "include_platform",
    ],
    ],
}
}