commit | 60b79bb0d7d5d6d4ee70f2c86f437760d5d41bf6 | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Tue Nov 06 13:09:53 2018 -0800 |
committer | Phil Burk <philburk@google.com> | Wed Nov 21 23:15:28 2018 +0000 |
tree | 8786db7867b6005ff302f47df9a6c34a7d574a7f | |
parent | 4dbee07e1881660d7c6b36a64766fe247416a423 [diff] [blame] |
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 Merged-In: If2a2288249a33c16fa5004b6b7db1a5ff9e22745
diff --git a/media/libaaudio/examples/loopback/Android.bp b/media/libaaudio/examples/loopback/Android.bp index 5b7d956..53e5020 100644 --- a/media/libaaudio/examples/loopback/Android.bp +++ b/media/libaaudio/examples/loopback/Android.bp
@@ -9,4 +9,5 @@ "libaudioutils", ], header_libs: ["libaaudio_example_utils"], + pack_relocations: false, }