forked from kyasu/android_device_samsung_hltedcm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (17 loc) · 1.22 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
26
Copyright 2015 - The CyanogenMod Project
Device configuration for Samsung Galaxy Note 3 (hltedcm).
WORK IN PROGRESS. WILL EAT YOUR CAT.
------------------------------------------------------------------
- For building CM-13.0, create '.repo/local_manifests/roomservice.xml' with
the following content:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="CyanogenMod/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
<project name="CyanogenMod/android_device_samsung_msm8974-common" path="device/samsung/msm8974-common" remote="github" />
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" />
<project name="kyasu/android_device_samsung_hltedcm" path="device/samsung/hltedcm" remote="github" />
<project name="kyasu/android_kernel_samsung_hltedcm" path="kernel/samsung/hltedcm" remote="github" />
<project name="kyasu/android_vendor_samsung_hltedcm" path="vendor/samsung/hltedcm" remote="github" />
</manifest>