Adding Peter Thatcher to the owners file.
[chromium-blink-merge.git] / third_party / android_platform / README.chromium
blobac97dbcc4bed7889b0f210d538433e05bef38ba0
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 compile the Android WebView
14 glue layer against. The AOSP framework is built from the Android release tag
15 after which it is named, and the jar can be built by invoking make on the
16 android_system_stubs target.
18 Also includes a ported copy of the Android relocation packing tool source,
19 along with the files required to build it in the chromium tree.
21 Local Modifications:
22 Only picked the few scripts needed by chrome.
23 Updated output directories to use environment variable.
24 When calling addr2line, check the symbol is a file (and not a directory).
25 Added support for parsing LOG(FATAL) and DCHECK errors and their
26     stack traces, as emitted by src/base/debug/stack_trace_android.cc
27 Added support for finding symbols when library is loaded directly from the APK.
28 Changed the toolchain to remove references to 4.6 toolchains.
29 Added support for arch=x64 as an alias to arch=x86_64
31 Android relocation packing tool details:
32     Copy sources from AOSP bionic/tools/relocation_packer
33     Remove scripts that regenerate golden test data (not relevant here)
34     Create a nativehelper/ScopedFd.h to satisfy inclusion from main.cc
35     Create gyp build
36     Create gn build (currently packer only; no unit tests)
37     Apply https://android-review.googlesource.com/#/c/143878/