Merge "Declare the headers of the ndk_library"

This commit is contained in:
Spandan Das 2022-09-08 23:53:18 +00:00 committed by Gerrit Code Review
commit a23b5467dc

View file

@ -27,6 +27,9 @@ ndk_library {
name: "libsync",
symbol_file: "libsync.map.txt",
first_version: "26",
export_header_libs: [
"libsync_headers",
],
}
cc_defaults {