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

Unified Diff: tools/gyp/configurations_android.gypi

Issue 863173003: Fixes for updated third_party/android_tools. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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 | « tools/android_link.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_android.gypi
===================================================================
--- tools/gyp/configurations_android.gypi (revision 43137)
+++ tools/gyp/configurations_android.gypi (working copy)
@@ -209,7 +209,7 @@
'Dart_Android_arm64_Base': {
'abstract': 1,
'variables': {
- 'android_sysroot': '<(android_ndk_root)/platforms/android-L/arch-arm64',
+ 'android_sysroot': '<(android_ndk_root)/platforms/android-21/arch-arm64',
'android_ndk_include': '<(android_sysroot)/usr/include',
'android_ndk_lib': '<(android_sysroot)/usr/lib',
},
« no previous file with comments | « tools/android_link.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698