forked from kyasu/android_device_samsung_js01lte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (17 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Copyright 2017-2019 - The LineageOS Project
Copyright 2016 - The CyanogenMod Project
Device configuration for Samsung Galaxy J (SC-02F).
WORK IN PROGRESS. WILL EAT YOUR CAT.
------------------------------------------------------------------
- For building LineageOS 16.0, create '.repo/local_manifests/roomservice.xml'
with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" />
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" />
<project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
<project name="LineageOS/android_device_samsung_msm8974-common" path="device/samsung/msm8974-common" remote="github" />
<project name="kyasu/android_kernel_samsung_msm8974" path="kernel/samsung/msm8974" remote="github" />
<project name="kyasu/android_device_samsung_js01lte" path="device/samsung/js01lte" remote="github" />
<project name="kyasu/android_vendor_samsung_js01lte" path="vendor/samsung/js01lte" remote="github" />
</manifest>