Merge changes Ifd00d8d4,Id8db2858
* changes: Declare the headers of the ndk_library Declare the headers of the ndk_library
This commit is contained in:
@@ -74,4 +74,8 @@ ndk_library {
|
|||||||
symbol_file: "libamidi.map.txt",
|
symbol_file: "libamidi.map.txt",
|
||||||
|
|
||||||
first_version: "29",
|
first_version: "29",
|
||||||
|
export_header_libs: [
|
||||||
|
"amidi",
|
||||||
|
],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,6 +27,9 @@ ndk_library {
|
|||||||
symbol_file: "libandroid.map.txt",
|
symbol_file: "libandroid.map.txt",
|
||||||
first_version: "9",
|
first_version: "9",
|
||||||
unversioned_until: "current",
|
unversioned_until: "current",
|
||||||
|
export_header_libs: [
|
||||||
|
"libandroid_headers",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_defaults {
|
cc_defaults {
|
||||||
|
|||||||
Reference in New Issue
Block a user