Add ndk_library for libdl.

Test: make checkbuild
Bug: http://b/30465923
Change-Id: I8acf82f319d3b22948868bc5c4c377f2348af266
This commit is contained in:
Dan Albert 2016-08-04 13:45:44 -07:00
parent ed9e6a41c9
commit e8a9108b4b
1 changed files with 6 additions and 0 deletions

View File

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