Extract LoginPerformer to chromeos/auth
[chromium-blink-merge.git] / third_party / android_platform / README.chromium
blob54d41774e3eca7ca956805dc45b67dfca98deb32
1 Name: Android Platform engineering tools
2 Short Name: android platform development
3 URL: https://android.googlesource.com/platform/development
4 Version: 0
5 Date: 2014/05/02
6 Revision: 1b10ec4
7 License: Apache 2.0
8 License File: NOT_SHIPPED
9 Security Critical: no
11 Description:
12 Android Platform engineering tools, specifically stack symbolization scripts
13 and a jar containing the AOSP framework to build the Android WebView
14 glue layer against.
16 Local Modifications:
17 Only picked the few scripts needed by chrome.
18 Updated output directories to use environment variable.
19 When calling addr2line, check the symbol is a file (and not a directory).
20 Added support for parsing LOG(FATAL) and DCHECK errors and their
21     stack traces, as emitted by src/base/debug/stack_trace_android.cc
22 Added support for finding symbols when library is loaded directly from the APK.