Merge changes Ifd00d8d4,Id8db2858

* changes:
  Declare the headers of the ndk_library
  Declare the headers of the ndk_library
This commit is contained in:
Treehugger Robot
2022-09-27 23:22:07 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -27,6 +27,9 @@ ndk_library {
symbol_file: "libandroid.map.txt",
first_version: "9",
unversioned_until: "current",
export_header_libs: [
"libandroid_headers",
],
}
cc_defaults {