• Home
Name Date Size #Lines LOC

..--

development/scripts/03-May-2024-1,005725

webview/03-May-2024-

LICENSED03-May-202411.1 KiB203169

OWNERSD03-May-202444 32

README.chromiumD03-May-2024848 2320

README.chromium

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