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

Unified Diff: platform_tools/android/bin/android_setup.sh

Issue 23046003: Add Android config for Intel RHB (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 | « no previous file | tools/bench_pictures.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_setup.sh
===================================================================
--- platform_tools/android/bin/android_setup.sh (revision 10684)
+++ platform_tools/android/bin/android_setup.sh (working copy)
@@ -184,6 +184,11 @@
DEFINES="${DEFINES} skia_texture_cache_mb_limit=32"
ANDROID_ARCH="arm"
;;
+ intel_rhb)
+ DEFINES="${DEFINES} skia_arch_type=x86 skia_arch_width=32"
+ DEFINES="${DEFINES} skia_texture_cache_mb_limit=32"
+ ANDROID_ARCH="x86"
+ ;;
razr_i)
DEFINES="${DEFINES} skia_arch_type=x86 skia_arch_width=32"
DEFINES="${DEFINES} skia_texture_cache_mb_limit=32"
« no previous file with comments | « no previous file | tools/bench_pictures.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698