Merge "Add ndk_library for libdl."

This commit is contained in:
Treehugger Robot 2016-08-11 01:33:31 +00:00 committed by Gerrit Code Review
commit 4519a4d182

View file

@ -60,3 +60,9 @@ cc_library {
never: true,
},
}
ndk_library {
name: "libdl.ndk",
symbol_file: "libdl.map.txt",
first_version: "9",
}