forked from linaro-swg/optee_android_manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
optee.xml
25 lines (16 loc) · 979 Bytes
/
optee.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>
<remote name="github"
fetch="https://github.com/" />
<remove-project name="device/linaro/hikey" />
<remove-project name="device/linaro/hikey-kernel" />
<project path="device/linaro/hikey" name="linaro-swg/device-linaro-hikey"
revision="master" remote="github" />
<project path="device/linaro/hikey-kernel" name="linaro-swg/linux"
revision="aosp-optee-4.4" remote="github" />
<project path="external/optee_test" name="OP-TEE/optee_test" revision="master" remote="github" />
<project path="external/optee_client" name="OP-TEE/optee_client" revision="master" remote="github" />
<project path="optee/optee_os" name="OP-TEE/optee_os" branch="master" remote="github" />
<project path="external/optee_hello_world" name="kuscsik/lcu14_optee_hello_world" branch="master" remote="github" />
<project path="optee" name="linaro-swg/optee_android_tools" branch="master" remote="github" />
</manifest>