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

Commit 761fe1bc authored by dimitry's avatar dimitry
Browse files

Apply version-script to libjnigraphics library

Hide unintentionally exported symbols, validate that symbols mentioned
in the map file actually exported by the library.

Bug: http://b/69603741
Test: make
Change-Id: I80ec35b715b28dea45ebfbd216130c2c946c6668
parent 9f248989
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ cc_library_shared {
            ldflags: ["-Wl,--hash-style=both"],
        },
    },
    version_script: "libjnigraphics.map.txt",
}

// The headers module is in frameworks/native/Android.bp.