summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-10-23 19:42:38 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-10-23 19:42:38 +0000
commit7eebf2a93a4f7f90c8aed3b1203f0342eb7e44ef (patch)
tree9398d5af28157e423a84c030df0b29958173ee0b
parent234ca5d409a7fad857c97472d3e9a46327023171 (diff)
parente0f4fce8610f7486885ab8a2f63db2260021be41 (diff)
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
-rw-r--r--native/android/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/native/android/Android.bp b/native/android/Android.bp
index 797d3fd8c2ff..02e1ebe05b02 100644
--- a/native/android/Android.bp
+++ b/native/android/Android.bp
@@ -105,6 +105,7 @@ cc_library_shared {
cc_library_shared {
name: "libandroid_net",
defaults: ["libandroid_defaults"],
+ llndk_stubs: "libandroid_net.llndk",
srcs: ["net.c"],
shared_libs: ["libnetd_client"],
@@ -113,7 +114,7 @@ cc_library_shared {
}
llndk_library {
- name: "libandroid_net",
+ name: "libandroid_net.llndk",
export_include_dirs: ["include"],
symbol_file: "libandroid_net.map.txt",
unversioned: true,