diff options
Diffstat (limited to 'third_party/android_platform/README.chromium')
-rw-r--r-- | third_party/android_platform/README.chromium | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/third_party/android_platform/README.chromium b/third_party/android_platform/README.chromium index b67b8e3..c34702f 100644 --- a/third_party/android_platform/README.chromium +++ b/third_party/android_platform/README.chromium @@ -10,8 +10,9 @@ Security Critical: no Description: Android Platform engineering tools, specifically stack symbolization scripts -and a jar containing the AOSP framework to build the Android WebView -glue layer against. +and a jar containing the AOSP framework to compile the Android WebView +glue layer against. The sources used to build the AOSP framework jar can be +checked out using repo on the corresponding manifest file. Local Modifications: Only picked the few scripts needed by chrome. @@ -20,4 +21,4 @@ When calling addr2line, check the symbol is a file (and not a directory). Added support for parsing LOG(FATAL) and DCHECK errors and their stack traces, as emitted by src/base/debug/stack_trace_android.cc Added support for finding symbols when library is loaded directly from the APK. -Changed the toolchain to remove references to 4.6 toolchains.
\ No newline at end of file +Changed the toolchain to remove references to 4.6 toolchains. |