Merge "Remove AAudioTesting.h from headers to be exported to NDK"

gugelfrei
Treehugger Robot 7 years ago committed by Gerrit Code Review
commit b2757d6581

@ -16,12 +16,14 @@ ndk_headers {
name: "libAAudio_headers", name: "libAAudio_headers",
from: "include", from: "include",
to: "", to: "",
srcs: ["include/aaudio/*.h"], // omit AAudioTesting.h; supplied separately to those who need it
srcs: ["include/aaudio/AAudio.h"],
license: "include/aaudio/NOTICE", license: "include/aaudio/NOTICE",
} }
ndk_library { ndk_library {
name: "libaaudio", name: "libaaudio",
// deliberately includes symbols from AAudioTesting.h
symbol_file: "libaaudio.map.txt", symbol_file: "libaaudio.map.txt",
first_version: "26", first_version: "26",
unversioned_until: "current", unversioned_until: "current",

Loading…
Cancel
Save