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

Commit 92e1e814 authored by Phil Burk's avatar Phil Burk
Browse files

aaudio examples: make tests portable to O

Workaround for a recent change in the build that made command line apps
incompatible with O.

Test:  adb shell aaudio_loopback -?
Test:  should print help and not crash
Change-Id: If2a2288249a33c16fa5004b6b7db1a5ff9e22745
parent 9b9ac44f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}

cc_test {
@@ -14,4 +15,5 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}
+1 −0
Original line number Diff line number Diff line
@@ -9,4 +9,5 @@ cc_test {
        "libaudioutils",
        ],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}

cc_test {
@@ -12,4 +13,5 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: ["libaaudio"],
    header_libs: ["libaaudio_example_utils"],
    pack_relocations: false,
}