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

Commit 89d81693 authored by dimitry's avatar dimitry Committed by android-build-merger
Browse files

Merge "Apply version-script to libaaudio library." am: 2255c50a am: 49742b2a am: 57b5bd3f

am: 16634a9f

Change-Id: Ie77e993f5a87336b13bcbd274e79371ee3a49bbe
parents 10879d96 16634a9f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@ ndk_headers {
ndk_library {
ndk_library {
    name: "libaaudio",
    name: "libaaudio",
    // deliberately includes symbols from AAudioTesting.h
    // deliberately includes symbols from AAudioTesting.h
    symbol_file: "libaaudio.map.txt",
    symbol_file: "src/libaaudio.map.txt",
    first_version: "26",
    first_version: "26",
    unversioned_until: "current",
    unversioned_until: "current",
}
}
@@ -32,6 +32,5 @@ ndk_library {
cc_library_headers {
cc_library_headers {
    name: "libaaudio_headers",
    name: "libaaudio_headers",
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
    version_script: "libaaudio.map.txt",
}
}
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@ cc_library {
    ],
    ],
    header_libs: ["libaaudio_headers"],
    header_libs: ["libaaudio_headers"],
    export_header_lib_headers: ["libaaudio_headers"],
    export_header_lib_headers: ["libaaudio_headers"],
    version_script: "libaaudio.map.txt",


    srcs: [
    srcs: [
        "core/AAudioAudio.cpp",
        "core/AAudioAudio.cpp",