forked from mozilla-b2g/b2g-manifest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dolphin.xml
27 lines (21 loc) · 1.21 KB
/
dolphin.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
26
27
<?xml version="1.0" ?><manifest>
<include name="base-kk.xml"/>
<remote name="sprd-aosp" fetch="http://sprdsource.spreadtrum.com:8085/b2g/android" />
<default revision="sprdb2g_gonk4.4" remote="sprd-aosp" sync-j="4"/>
<!-- Stock Android things -->
<project name="platform/external/icu4c" path="external/icu4c" />
<!-- dolphin specific things -->
<project path="device/sprd" name="device/sprd" />
<project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" />
<project path="frameworks/av" name="platform/frameworks/av" />
<project path="hardware/akm" name="platform/hardware/akm" />
<project path="hardware/invensense" name="platform/hardware/invensense" groups="invensense" />
<project path="hardware/ril" name="platform/hardware/ril" />
<project path="kernel" name="kernel/common" />
<project path="system/core" name="platform/system/core" />
<project path="u-boot" name="u-boot" />
<project path="vendor/sprd/gps" name="vendor/sprd/gps" />
<project path="vendor/sprd/open-source" name="vendor/sprd/open-source" />
<project path="vendor/sprd/partner" name="vendor/sprd/partner" />
<project path="vendor/sprd/proprietories" name="vendor/sprd/proprietories" />
</manifest>