summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-10-23 18:09:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-10-23 18:09:42 +0000
commit3e7b21c1b6eaa994deb85db19d08ff08eaebd80a (patch)
treea0c89bf951f5c962101bd3551fc04f625d471c57
parentb397a4f3ff3964e7569ee2f4773015dd1d640b11 (diff)
parent27f13787e1e83dfe678a0d378b73d0d59c817b2c (diff)
Merge "Make the connection between implementation and llndk_library explicit"
-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,