Reviewers: ulan,

Message:
Note that we don't currently use this option, so this won't affect anything
currently being built.

Description:
Never use the system version of stlport on Android

This option currently doesn't work and will be addressed in the future.

Please review this at http://codereview.chromium.org/10696004/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     build/android.gypi


Index: build/android.gypi
===================================================================
--- build/android.gypi  (revision 11935)
+++ build/android.gypi  (working copy)
@@ -49,9 +49,10 @@
     'android_ndk_sysroot': '<(android_ndk_sysroot)',
     'android_ndk_include': '<(android_ndk_sysroot)/usr/include',
     'android_ndk_lib': '<(android_ndk_sysroot)/usr/lib',
+    # TODO(steveblock): Investigate using the system version of stlport.
     # Enable to use the system stlport, otherwise statically
     # link the NDK one?
-    'use_system_stlport%': '<(android_build_type)',
+    'use_system_stlport%': 0,  # '<(android_build_type)',
     'android_stlport_library': 'stlport_static',
     # Copy it out one scope.
     'android_build_type%': '<(android_build_type)',
@@ -222,4 +223,4 @@
       }],
     ],  # target_conditions
   },  # target_defaults
-}
\ No newline at end of file
+}


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to