Merge "Make the connection between implementation and llndk_library explicit" am: 3e7b21c1b6 am: 2cbc12ba3e am: e0f4fce861
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1465666 Change-Id: I5c2f92f297d82da9528477cc132cfbe0b4159369
This commit is contained in:
@@ -105,6 +105,7 @@ cc_library_shared {
|
|||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "libandroid_net",
|
name: "libandroid_net",
|
||||||
defaults: ["libandroid_defaults"],
|
defaults: ["libandroid_defaults"],
|
||||||
|
llndk_stubs: "libandroid_net.llndk",
|
||||||
srcs: ["net.c"],
|
srcs: ["net.c"],
|
||||||
|
|
||||||
shared_libs: ["libnetd_client"],
|
shared_libs: ["libnetd_client"],
|
||||||
@@ -113,7 +114,7 @@ cc_library_shared {
|
|||||||
}
|
}
|
||||||
|
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "libandroid_net",
|
name: "libandroid_net.llndk",
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
symbol_file: "libandroid_net.map.txt",
|
symbol_file: "libandroid_net.map.txt",
|
||||||
unversioned: true,
|
unversioned: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user