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

Commit e3241d23 authored by dimitry's avatar dimitry
Browse files

Apply version-script to libaaudio library.

Hides unintentionally exported symbols from the library

Bug: http://b/69603741
Test: make
Change-Id: Ia43ba5b519dc65691d4c010329dee12a3f89ac93
parent a864ea5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ ndk_library {
cc_library_headers {
    name: "libaaudio_headers",
    export_include_dirs: ["include"],
    version_script: "libaaudio.map.txt",
}

subdirs = ["*"]