Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cbc12ba authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Make the connection between implementation and llndk_library explicit" am: 3e7b21c1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1465666

Change-Id: Ie3f0d619cf1a00788a5ce35b030801a98e1cf1f6
parents 3086c9bf 3e7b21c1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,