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

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

Issue 1178013008: Use the upstream version of libwebp, v0.4.3. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove README, put more info in config.h Created 5 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 | « gyp/libwebp_skia.gypi ('k') | resources/invalid_images/skbug3429.webp » ('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
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index efa58809324db1c41cbc77e850f880c614128526..94ae87f9a10ab1a0e703a287dac7b760f3aaf0bd 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -119,7 +119,7 @@ setup_device() {
ANDROID_ARCH="arm"
;;
arm64 | nexus_9)
- DEFINES="${DEFINES} skia_arch_type=arm64 skia_arch_width=64"
+ DEFINES="${DEFINES} skia_arch_type=arm64 skia_arch_width=64 arm_version=8"
ANDROID_ARCH="arm64"
;;
x86)
« no previous file with comments | « gyp/libwebp_skia.gypi ('k') | resources/invalid_images/skbug3429.webp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698