-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
25 lines (18 loc) · 1.26 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-2021 - 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 18.1, 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_hardware_sony_timekeep" path="hardware/sony/timekeep" 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="TheMuppets/proprietary_vendor_samsung" path="vendor/samsung" 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>