Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: third_party/android_platform/README.chromium

Issue 2360043002: Add Android Studio code style to third_party/android_platform (Closed)
Patch Set: Fix two typos in docs Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Android Platform engineering tools 1 Name: Android Platform engineering tools
2 Short Name: android platform development 2 Short Name: android platform development
3 URL: https://android.googlesource.com/platform/development 3 URL: https://android.googlesource.com/platform/development
4 Version: unknown 4 Version: unknown
5 Date: 2014/05/02 5 Date: 2014/05/02
6 Revision: 1b10ec4 6 Revision: 1b10ec4
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: NOT_SHIPPED 8 License File: NOT_SHIPPED
9 Security Critical: no 9 Security Critical: no
10 10
11 Description: 11 Description:
12 Android Platform engineering tools, specifically stack symbolization scripts 12 Android Platform engineering tools, specifically:
13 and a jar containing the AOSP framework to compile the Android WebView 13 1. stack symbolization scripts
14 glue layer against. The AOSP framework is built from the Android release tag 14 2. jars containing the AOSP framework to compile the Android WebView glue layer
15 after which it is named, and the jar can be built by invoking make on the 15 against. The AOSP framework is built from the Android release tag
16 android_system_stubs target. 16 after which it is named, and the jar can be built by invoking make on the
17 17 android_system_stubs target.
18 Also includes a ported copy of the Android relocation packing tool source, 18 3. A ported copy of the Android relocation packing tool source, along with the
19 along with the files required to build it in the chromium tree. 19 files required to build it in the chromium tree.
20 4. IntelliJ formatting settings.
21 Taken from commit: 622d3d4c5b3bee50fd335f3282d9e9d64ae0f5f7
20 22
21 Local Modifications: 23 Local Modifications:
22 Only picked the few scripts needed by chrome. 24 Only picked the few components useful to Chromium (as listed above).
23 25
24 The scripts have been modified to better suit Chromium development. Changes 26 The scripts have been modified to better suit Chromium development. Changes
25 include, but are not limited to, the following: 27 include, but are not limited to, the following:
26 Added memoization of addr2line and objdump. 28 Added memoization of addr2line and objdump.
27 Added option to change the amount of symbolization done. 29 Added option to change the amount of symbolization done.
28 Updated output directories to be set by environment variable or --flags 30 Updated output directories to be set by environment variable or --flags
29 When calling addr2line, check the symbol is a file that looks like it contains 31 When calling addr2line, check the symbol is a file that looks like it contains
30 symbols. 32 symbols.
31 Added support for parsing LOG(FATAL) and DCHECK errors and their 33 Added support for parsing LOG(FATAL) and DCHECK errors and their
32 stack traces, as emitted by src/base/debug/stack_trace_android.cc 34 stack traces, as emitted by src/base/debug/stack_trace_android.cc
(...skipping 17 matching lines...) Expand all
50 List of bionic changes currently included: 52 List of bionic changes currently included:
51 Refresh: https://android-review.googlesource.com/#/c/143878/ 53 Refresh: https://android-review.googlesource.com/#/c/143878/
52 Refresh: https://android-review.googlesource.com/#/c/147620/ 54 Refresh: https://android-review.googlesource.com/#/c/147620/
53 https://android-review.googlesource.com/#/c/147745/ 55 https://android-review.googlesource.com/#/c/147745/
54 https://android-review.googlesource.com/#/c/148073/ 56 https://android-review.googlesource.com/#/c/148073/
55 Refresh: https://android-review.googlesource.com/#/c/151901/ 57 Refresh: https://android-review.googlesource.com/#/c/151901/
56 https://android-review.googlesource.com/#/c/149300/ 58 https://android-review.googlesource.com/#/c/149300/
57 https://android-review.googlesource.com/#/c/148822/ 59 https://android-review.googlesource.com/#/c/148822/
58 https://android-review.googlesource.com/#/c/148492/ 60 https://android-review.googlesource.com/#/c/148492/
59 https://android-review.googlesource.com/#/c/148175/ 61 https://android-review.googlesource.com/#/c/148175/
OLDNEW
« no previous file with comments | « third_party/android_platform/OWNERS ('k') | third_party/android_platform/development/ide/intellij/codestyles/AndroidStyle.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698