-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal.xml
More file actions
14 lines (12 loc) · 888 Bytes
/
external.xml
File metadata and controls
14 lines (12 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com/" />
<project path="external/exfat" name="LineageOS/android_external_exfat" remote="github" revision="lineage-16.0" />
<project path="packages/resources/devicesettings" name="LineageOS/android_packages_resources_devicesettings" remote="github" revision="lineage-16.0" />
<!--<project path="system/tools/dtbtool" name="LineageOS/android_system_tools_dtbtool" remote="github" revision="lineage-16.0" />-->
<project path="system/qcom" name="LineageOS/android_system_qcom" remote="github" revision="lineage-16.0" />
<project path="vendor/qcom/opensource/interfaces" name="LineageOS/android_vendor_qcom_opensource_interfaces" remote="github" revision="lineage-16.0" >
<copyfile dest="vendor/qcom/opensource/Android.bp" src="os_pickup.bp"/>
</project>
</manifest>