-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecondsight.xml
More file actions
26 lines (21 loc) · 1.33 KB
/
secondsight.xml
File metadata and controls
26 lines (21 loc) · 1.33 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- overrides -->
<!-- override frameworks/base -->
<remove-project name="CyanogenMod/android_frameworks_base" />
<project path="frameworks/base" name="secondsight/android_frameworks_base" remote="private" revision="cm-10.2" />
<!-- override frameworks/native -->
<remove-project name="CyanogenMod/android_frameworks_native" />
<project path="frameworks/native" name="secondsight/android_frameworks_native" remote="private" revision="cm-10.2" />
<!-- override packages/apps/Settings -->
<remove-project name="CyanogenMod/android_packages_apps_Settings" />
<project path="packages/apps/Settings" name="secondsight/android_packages_apps_Settings" remote="private" revision="cm-10.2" />
<!-- override device/samsung/jfltexx, pulic repo -->
<remove-project name="CyanogenMod/android_device_samsung_jfltexx" />
<project path="device/samsung/jfltexx" name="vmlinz/android_device_samsung_jfltexx" remote="github" revision="cm-10.2" />
<!-- new repos for secondsight -->
<!-- vendor/secondsight -->
<project path="vendor/secondsight" name="secondsight/android_vendor_aetherar" remote="private" revision="cm-10.2" />
<!-- AetherARLauncher -->
<project path="packages/apps/AetherARLauncher" name="secondsight/aetherAR-launcher" remote="private" revision="cm-10.2" />
</manifest>