update readme
This commit is contained in:
parent
9601eb6cb8
commit
eb9ce0ba2c
13
README.md
13
README.md
@ -19,12 +19,12 @@ Copyright (C) 2019 Valera Chigir <valera1978@tut.by>
|
|||||||
|
|
||||||
- Make a workspace
|
- Make a workspace
|
||||||
|
|
||||||
mkdir cm16
|
mkdir cm17
|
||||||
cd cm16
|
cd cm17
|
||||||
|
|
||||||
- Do repo init & sync
|
- Do repo init & sync
|
||||||
|
|
||||||
repo init -u git://github.com/LineageOS/android.git -b cm-16.0
|
repo init -u git://github.com/LineageOS/android.git -b lineage-17.1
|
||||||
|
|
||||||
- Create .repo/local_manifests/roomservice.xml with the following content:
|
- Create .repo/local_manifests/roomservice.xml with the following content:
|
||||||
|
|
||||||
@ -32,11 +32,10 @@ repo init -u git://github.com/LineageOS/android.git -b cm-16.0
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<manifest>
|
<manifest>
|
||||||
<project name="Valera1978/android_device_samsung_mondrianwifi" path="device/samsung/mondrianwifi" remote="github" />
|
<project name="Valera1978/android_device_samsung_mondrianwifi" path="device/samsung/mondrianwifi" remote="github" />
|
||||||
<project name="Valera1978/android_kernel_samsung_msm8974" path="kernel/samsung/msm8974_tab" remote="github" revision="lineage-16.0_pro" />
|
<project name="Valera1978/android_kernel_samsung_msm8974" path="kernel/samsung/msm8974_tab" remote="github" revision="lineage-17.1_pro" />
|
||||||
<project name="Valera1978/android_vendor_samsung_mondrianwifi" path="vendor/samsung/mondrianwifi" remote="github" />
|
<project name="Valera1978/android_vendor_samsung_mondrianwifi" path="vendor/samsung/mondrianwifi" remote="github" />
|
||||||
<project name="LineageOS/android_device_samsung_msm8974-common" path="device/samsung/msm8974-common" remote="github" />
|
|
||||||
<project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
|
<project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
|
||||||
<project name="Valera1978/android_hardware_samsung" path="hardware/samsung" remote="github" />
|
<project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" />
|
||||||
</manifest>
|
</manifest>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -56,7 +55,7 @@ repo sync
|
|||||||
|
|
||||||
. build/envsetup.sh
|
. build/envsetup.sh
|
||||||
|
|
||||||
- Build cm16
|
- Build cm17
|
||||||
|
|
||||||
brunch mondrianwifi
|
brunch mondrianwifi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user