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

Commit 2cf7c87d authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

Remove AAudioTesting.h from headers to be exported to NDK

am: 6060c914

Change-Id: Id9f2bfcde16622f4834c2914c1882cdc56ef10b8
parents 06a73b10 6060c914
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,12 +16,14 @@ ndk_headers {
    name: "libAAudio_headers",
    from: "include",
    to: "",
    srcs: ["include/aaudio/*.h"],
    // omit AAudioTesting.h; supplied separately to those who need it
    srcs: ["include/aaudio/AAudio.h"],
    license: "include/aaudio/NOTICE",
}

ndk_library {
    name: "libaaudio",
    // deliberately includes symbols from AAudioTesting.h
    symbol_file: "libaaudio.map.txt",
    first_version: "26",
    unversioned_until: "current",