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

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

Issue 380213004: Add config to build mips with dsp2 optimizations enabled by default. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_setup.sh
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index 42090502ee036018eeb1d86d95a356426181d32d..cdb149fe18edf008aa3ccda165b8f763c9664b82 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -145,6 +145,11 @@ setup_device() {
DEFINES="${DEFINES} skia_resource_cache_mb_limit=32"
ANDROID_ARCH="mips"
;;
+ mips_dsp2)
+ DEFINES="${DEFINES} skia_arch_type=mips skia_arch_width=32"
+ DEFINES="${DEFINES} mips_arch_variant=mips32r2 mips_dsp=2"
+ ANDROID_ARCH="mips"
+ ;;
mips64)
DEFINES="${DEFINES} skia_arch_type=mips skia_arch_width=64"
ANDROID_ARCH="mips64"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698