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

Commit 5695d33e 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

Formatting changes are from bpfmt

Test: m nothing
Bug: 239044713
Change-Id: Ie71caf7b8e0d5e669f7651bbaf42c0aea3c77e04
parent 01d471ec
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -52,6 +52,9 @@ ndk_library {
    symbol_file: "libmediandk.map.txt",
    first_version: "21",
    unversioned_until: "current",
    export_header_libs: [
        "libmediandk_headers",
    ],
}

ndk_headers {
@@ -167,7 +170,7 @@ cc_library_shared {
    stubs: {
        symbol_file: "libmediandk.map.txt",
        versions: ["29"],
    }
    },
}

cc_library {