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

Unified Diff: build/android.gypi

Issue 209383007: ARM64: update the path to android_stlport_libs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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: build/android.gypi
diff --git a/build/android.gypi b/build/android.gypi
index c119271a20d59000ef2da218a9ac5ff5186e352d..6224e751a6db37ac45a090243c9bb0bb76bf7a2c 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -186,7 +186,7 @@
}],
['target_arch=="arm64"', {
'ldflags': [
- '-L<(android_stlport_libs)/arm64',
+ '-L<(android_stlport_libs)/arm64-v8a',
],
}],
],
« 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