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,
 }