1# to run write_sine examples from the command line
2{cd to top of the repo}
3mmma frameworks/av/media/libaaudio/examples/
4adb root
5adb remount -R
6adb push $OUT/data/nativetest/write_sine/write_sine /data/write_sine
7adb shell /data/write_sine -?
8
9adb push $OUT/data/nativetest/write_sine_callback/write_sine_callback /data/write_sine_callback
10adb shell /data/write_sine_callback -?
11