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

Commit 852645fc authored by Justin Yun's avatar Justin Yun Committed by android-build-merger
Browse files

Merge "Do not export private headers with llndk library" am: e5563ee4

am: 5cddd507

Change-Id: I9f8da4e8b5d44d2725f776ceb3cf0d922ba78ef1
parents 99c6ca2d 5cddd507
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,