This reverts commit d8ff3f29ce92e27529e100ecf71afbae6334419f. Reason for revert: It breaks perf tests. Original change's description: > Compile frame analyzer for the host machine on perf tests. > > Bug: webrtc:9665 > Change-Id: I05c01ee4bef0995556b1a679498b3d9132de7c26 > Reviewed-on: https://webrtc-review.googlesource.com/100360 > Reviewed-by: Patrik Höglund <phoglund@webrtc.org> > Reviewed-by: Oleh Prypin <oprypin@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#24756} TBR=phoglund@webrtc.org,mbonadei@webrtc.org,oprypin@webrtc.org Change-Id: I9d75dee68ef9257c707fe547ec32a22572ff582c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9665 Reviewed-on: https://webrtc-review.googlesource.com/100680 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24758}
This directory contains an example unit test for Android AppRTCMobile. Example of building & using the app: - Build Android AppRTCMobile and AppRTCMobile unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCMobile_test_apk - Install AppRTCMobile and AppRTCMobileTest: adb install -r out/Debug/apks/AppRTCMobile.apk adb install -r out/Debug/apks/AppRTCMobileTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner