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

Commit 57b5bd3f authored by dimitry's avatar dimitry Committed by android-build-merger
Browse files

Merge "Apply version-script to libaaudio library." am: 2255c50a

am: 49742b2a

Change-Id: I8c75fa1b4d19dd5315c10c0975a57a81a8f23ff5
parents 09722ef6 49742b2a
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",