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

Unified Diff: build/android.gypi

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry 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 | « Makefile.android ('k') | build/standalone.gypi » ('j') | 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 2f32be0e81f01908e1ab11c95d3353d0e44bfedf..c119271a20d59000ef2da218a9ac5ff5186e352d 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -184,7 +184,7 @@
'-L<(android_stlport_libs)/x86',
],
}],
- ['target_arch=="a64"', {
+ ['target_arch=="arm64"', {
'ldflags': [
'-L<(android_stlport_libs)/arm64',
],
@@ -214,7 +214,7 @@
'target_conditions': [
['_type=="executable"', {
'conditions': [
- ['target_arch=="a64"', {
+ ['target_arch=="arm64"', {
'ldflags': [
'-Wl,-dynamic-linker,/system/bin/linker64',
],
« no previous file with comments | « Makefile.android ('k') | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698