Merge "Add ndk_library for libdl."
This commit is contained in:
commit
4519a4d182
1 changed files with 6 additions and 0 deletions
|
@ -60,3 +60,9 @@ cc_library {
|
|||
never: true,
|
||||
},
|
||||
}
|
||||
|
||||
ndk_library {
|
||||
name: "libdl.ndk",
|
||||
symbol_file: "libdl.map.txt",
|
||||
first_version: "9",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue