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

Commit 499745f9 authored by dimitry's avatar dimitry
Browse files

Apply version-script to libandroid library.

Hides unintentionally exported symbols from the library.

Test: make checkbuild
Bug: http://b/69603741
Change-Id: Id679077267cc5ea6168c0b4701f827458087cb70
parent 009b2dd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ cc_library_shared {
    export_static_lib_headers: ["libarect"],

    include_dirs: ["bionic/libc/dns/include"],

    version_script: "libandroid.map.txt",
}

// Network library.