commit | 92e1e814316dc7b724e43edb9e58b5007e602d6f | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Tue Nov 06 13:09:53 2018 -0800 |
committer | Phil Burk <philburk@google.com> | Tue Nov 06 13:11:58 2018 -0800 |
tree | e86e865eba07cfcb39f5ba49ac1fdb02eff26019 | |
parent | 9b9ac44fbe27e0f4d2096cbe37497ff70343ed44 [diff] |
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
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, }