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

Commit 0bddf15f authored by Spandan Das's avatar Spandan Das
Browse files

Declare the headers of the ndk_library

This creates a dependency edge between the ndk_library and its headers,
which should be a no-op in regular Soong builds. This dependency edge
will be used in the Multi-tree project to export the relevant .h files into a well
known location

Test: m nothing
Bug: 239044713
Change-Id: I2d21074b79c201911fb0cea0a521a5623e7f17b3
parent e4344eec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,6 +61,9 @@ ndk_library {

    // Android O
    first_version: "26",
    export_header_libs: [
        "libnativewindow_ndk_headers",
    ],
}

cc_library {