forked from CustomROMs/android_local_manifests_i9300
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocal_manifest.xml
25 lines (18 loc) · 1.38 KB
/
local_manifest.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Removals -->
<remove-project name="LineageOS/android_frameworks_base" />
<remove-project name="LineageOS/android_frameworks_native" />
<!-- Device -->
<project name="team-infusion-developers/android_device_samsung_i9300" path="device/samsung/i9300" remote="github" revision="opt-cm-16.0" />
<project name="team-infusion-developers/android_device_samsung_smdk4412-common" path="device/samsung/smdk4412-common" remote="github" revision="opt-cm-16.0-hotspot" />
<!-- Kernel -->
<project name="SparXFusion/PowerKernel-2.0" path="kernel/samsung/smdk4412" remote="github" revision="PowerKernel-2.0-rebase" />
<!-- Vendor -->
<project name="CustomROMs/android_vendor_samsung_smdk4412-common" path="vendor/samsung/smdk4412-common" remote="github" revision="lineage-16.0" />
<project name="CustomROMs/android_vendor_samsung_i9300" path="vendor/samsung/i9300" remote="github" revision="lineage-16.0" />
<!-- Extras -->
<project name="team-infusion-developers/android_frameworks_base" path="frameworks/base" remote="github" revision="lineage-16.0" />
<project name="CustomROMs/android_hardware_samsung" path="hardware/samsung" remote="github" revision="lineage-16.0" />
<project name="team-infusion-developers/android_frameworks_native" path="frameworks/native" remote="github" revision="lineage-16.0" />
</manifest>