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

Unified Diff: build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_arm.avd/config.ini

Issue 13543008: Fix AVD configuration and defaults based on dogfooder input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use cmd_helper.RunCmd when output does not matter. Created 7 years, 8 months 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 | « build/android/avd.py ('k') | build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_x86.avd/config.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_arm.avd/config.ini
diff --git a/build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_arm.avd/config.ini b/build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_arm.avd/config.ini
new file mode 100644
index 0000000000000000000000000000000000000000..27f196f7235e126f3b5cb7be4652b6bdaaa29525
--- /dev/null
+++ b/build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_arm.avd/config.ini
@@ -0,0 +1,30 @@
+avd.ini.encoding=ISO-8859-1
+hw.dPad=no
+hw.lcd.density=320
+sdcard.size=512M
+hw.cpu.arch=arm
+hw.device.hash=-708107041
+hw.camera.back=none
+disk.dataPartition.size=200M
+hw.gpu.enabled=yes
+skin.dynamic=yes
+skin.path=720x1280
+hw.keyboard=yes
+hw.cpu.model=cortex-a8
+hw.ramSize=1024
+hw.device.manufacturer=Google
+hw.sdCard=yes
+hw.mainKeys=no
+hw.accelerometer=yes
+skin.name=720x1280
+abi.type=armeabi-v7a
+hw.trackBall=no
+hw.device.name=Galaxy Nexus
+hw.battery=yes
+hw.sensors.proximity=yes
+image.sysdir.1=system-images/android-17/armeabi-v7a/
+hw.sensors.orientation=yes
+hw.audioInput=yes
+hw.camera.front=none
+hw.gps=yes
+vm.heapSize=128
« no previous file with comments | « build/android/avd.py ('k') | build/android/avd_configs/AVD_for_Galaxy_Nexus_by_Google_x86.avd/config.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698