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: Id8db2858875a4aee904456fe3dec77c71fa47dc9
This commit is contained in:
Spandan Das
2022-09-08 20:50:23 +00:00
parent bd37f6ff68
commit fb6602dcf6

View File

@@ -74,4 +74,8 @@ ndk_library {
symbol_file: "libamidi.map.txt",
first_version: "29",
export_header_libs: [
"amidi",
],
}