Commit 8a218af5 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Android: Roll ndk to add CHROMIUM_CXX_TWEAK_INLINES

Expected to save ~700kb of .text on Android

Bug: 738155
Change-Id: I58886003c259a65cd2e66baa71e38bfa962a2b3d
Reviewed-on: https://chromium-review.googlesource.com/682647
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504283}
parent 20769c62
......@@ -471,7 +471,7 @@ deps_os = {
Var('chromium_git') + '/external/android_protobuf.git' + '@' + '7fca48d8ce97f7ba3ab8eea5c472f1ad3711762f',
'src/third_party/android_tools':
Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0afe4e3060bc1a15fad7',
Var('chromium_git') + '/android_tools.git' + '@' + 'ca9dc7245b888c75307f0619e4a39fb46a82de66',
'src/third_party/apache-portable-runtime/src':
Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a8c4277e09a82eaa229e35246edea1ee0a6a1',
......
......@@ -121,7 +121,10 @@ config("runtime_library") {
root_build_dir),
]
defines = [ "__GNU_SOURCE=1" ] # Necessary for clone().
defines = [
"__GNU_SOURCE=1", # Necessary for clone().
"CHROMIUM_CXX_TWEAK_INLINES", # Saves binary size.
]
ldflags = [ "-nostdlib" ]
lib_dirs = [ android_libcpp_lib_dir ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment