-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflame.xml
19 lines (15 loc) · 933 Bytes
/
flame.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github-pixel4" fetch="https://github.com/floral-google-face-unlock" revision="lineage-21" />
<!-- device tree -->
<project name="device_google_coral" path="device/google/coral" remote="github-pixel4"/>
<project name="device_google_flame" path="device/google/flame" remote="github-pixel4"/>
<project name="device_google_gs-common" path="device/google/gs-common" remote="github-pixel4"/>
<!-- kernel -->
<project name="kernel_google_floral" path="kernel/google/floral" remote="github-pixel4"/>
<!-- vendor -->
<project name="vendor_google_coral" path="vendor/google/coral" remote="github-pixel4"/>
<project name="vendor_google_flame" path="vendor/google/flame" remote="github-pixel4"/>
<!-- packages -->
<project name="packages_apps_ElmyraService" path="packages/apps/ElmyraService" remote="github-pixel4"/>
</manifest>