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

Commit e4344eec 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: I43ea3c193e07bedd1c00de0f492d570531ff8dcf
parent 3a44d98d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -182,4 +182,8 @@ ndk_library {
    name: "libbinder_ndk",
    symbol_file: "libbinder_ndk.map.txt",
    first_version: "29",
    export_header_libs: [
        "libbinder_ndk_headers",
        "libbinder_ndk_helper_headers",
    ],
}