Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit a8cb07d

Browse files
committed
chore: Updated readme file [ci skip]
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
1 parent d91b969 commit a8cb07d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Chromium Android
44

5-
[![Build Status](https://travis-ci.org/kuoruan/Chromium-Android.svg?branch=master)](https://travis-ci.org/kuoruan/Chromium-Android) [![Release Version](https://img.shields.io/github/release/kuoruan/Chromium-Android.svg)](https://github.com/kuoruan/Chromium-Android/releases/latest) [![Latest Release Download](https://img.shields.io/github/downloads/kuoruan/Chromium-Android/latest/total.svg)](https://github.com/kuoruan/Chromium-Android/releases/latest)
5+
[![Build Status](https://travis-ci.org/kuoruan/Chromium-Android.svg)](https://travis-ci.org/kuoruan/Chromium-Android) [![Release Version](https://img.shields.io/github/release/kuoruan/Chromium-Android.svg)](https://github.com/kuoruan/Chromium-Android/releases/latest) [![Latest Release Download](https://img.shields.io/github/downloads/kuoruan/Chromium-Android/latest/total.svg)](https://github.com/kuoruan/Chromium-Android/releases/latest)
66

77
### Introduction
88

@@ -29,17 +29,19 @@ Notice: If you have something wrong with build, try close instant run in Android
2929

3030
If you want to update Chromium source, these steps may help:
3131

32-
1. [Checking out and building Chromium for Android](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md), to match our build settings, use [args.gn](tools/args.gn)
33-
2. Generate files for Android Studio with [this guide](https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md)
34-
3. Sync files with [this script](tools/sync_chromium.sh)
35-
4. Replace all files in project with the new files.
32+
1. [Checking out and building Chromium for Android](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md), to match our build settings, use [tools/args.gn](tools/args.gn)
33+
2. Generate files for Android Studio with offical guide: [Android Studio](https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md)
3634

37-
Notice:
35+
- After that, you can find some ```build.gradle``` files in ```[BUILD_TARGET]/gradle```, which defines the Java sources for Chromium.
3836

39-
- Replace `BASE_DIR` in script with your Chromium src dir.
40-
- Replace `RELEASE_DIR` in script with your build dir.
41-
- `PRO_DIR` is the dir where new files will copied to.
42-
- Sync script may out of date that you need edit it yourself.
37+
3. Try sync files with script: [tools/sync_chromium.sh](tools/sync_chromium.sh)
38+
39+
- Replace `BASE_DIR` in script with your Chromium src dir.
40+
- Replace `RELEASE_DIR` in script with your build dir.
41+
- `PRO_DIR` is the dir where new files will copied to.
42+
- **Sync script may out of date that you need modify it yourself**.
43+
44+
4. Finally, replace all files in this project with the new files.
4345

4446
### Thanks
4547

0 commit comments

Comments
 (0)