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

Commit 035dda9b authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

Merge changes I921c81db,If2a22882,Ide7e7642,I5593cd1a,I923e6043, ...

am: 18697362

Change-Id: I509a96e6d53517419f53773d0edd922a4820ffde
parents 1e0da642 18697362
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,
}
Loading