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

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

Merge "Do not export private headers with llndk library"

parents 2b23a559 ab66edc0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -30,7 +30,10 @@ ndk_library {

cc_library {
    name: "libnativewindow",
    export_include_dirs: ["include"],
    export_include_dirs: [
        "include",
        "include-private",
    ],

    clang: true,