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

Commit bb01ca70 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

am: 852645fc

Change-Id: I2ab7fadf6979ce5472f0c9e1c6cfdc0a58f5f010
parents 7ce78b0a 852645fc
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,