Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: webrtc/api/androidtests/AndroidManifest.xml

Issue 2506603002: Add a JNI boot test to catch ARM dynamic linker regressions. (Closed)
Patch Set: Moving test to peer connection tests. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/androidtests/res/drawable-hdpi/ic_launcher.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/androidtests/AndroidManifest.xml
diff --git a/webrtc/api/androidtests/AndroidManifest.xml b/webrtc/api/androidtests/AndroidManifest.xml
index 0b3b0b1268334842f717bec201952664dc51b42d..90f0aec1ed84d07964cdad2e9221d6b8f68efe81 100644
--- a/webrtc/api/androidtests/AndroidManifest.xml
+++ b/webrtc/api/androidtests/AndroidManifest.xml
@@ -22,8 +22,7 @@
android:targetPackage="org.webrtc.test" />
<application
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name" >
+ android:label="AndroidPeerconnectionTests" >
phoglund 2016/11/15 15:55:38 Note: I got rid of the resources, because all ways
<uses-library android:name="android.test.runner" />
</application>
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/androidtests/res/drawable-hdpi/ic_launcher.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698