Add ndk_library for libdl.
Test: make checkbuild Bug: http://b/30465923 Change-Id: I8acf82f319d3b22948868bc5c4c377f2348af266
This commit is contained in:
parent
ed9e6a41c9
commit
e8a9108b4b
|
@ -60,3 +60,9 @@ cc_library {
|
||||||
never: true,
|
never: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ndk_library {
|
||||||
|
name: "libdl.ndk",
|
||||||
|
symbol_file: "libdl.map.txt",
|
||||||
|
first_version: "9",
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue