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

Unified Diff: build/android.gypi

Issue 181453002: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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/features.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..0ea899d6edd9d1896e3e0e17632ae0712cf97395 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -184,11 +184,6 @@
'-L<(android_stlport_libs)/x86',
],
}],
- ['target_arch=="a64"', {
- 'ldflags': [
- '-L<(android_stlport_libs)/arm64',
- ],
- }],
],
}],
['target_arch=="ia32"', {
@@ -213,19 +208,10 @@
],
'target_conditions': [
['_type=="executable"', {
- 'conditions': [
- ['target_arch=="a64"', {
- 'ldflags': [
- '-Wl,-dynamic-linker,/system/bin/linker64',
- ],
- }, {
- 'ldflags': [
- '-Wl,-dynamic-linker,/system/bin/linker',
- ],
- }]
- ],
'ldflags': [
'-Bdynamic',
+ '-Wl,-dynamic-linker,/system/bin/linker',
+ '-Wl,--gc-sections',
'-Wl,-z,nocopyreloc',
# crtbegin_dynamic.o should be the last item in ldflags.
'<(android_lib)/crtbegin_dynamic.o',
« no previous file with comments | « Makefile.android ('k') | build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698