-
Notifications
You must be signed in to change notification settings - Fork 3
/
lge_sdm845.xml
28 lines (23 loc) · 1.29 KB
/
lge_sdm845.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
28
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="jlst"
fetch="https://github.com/JLST-LG845"
revision="U" />
<!-- Common trees -->
<project path="hardware/lge" name="hardware_lge" remote="jlst" />
<project path="vendor/lge" name="proprietary_vendor_lge" remote="jlst" />
<project path="device/lge/sdm845-common" name="android_device_lge_sdm845-common" remote="jlst" />
<!-- SDM845 Kernel -->
<project path="kernel/lge/sdm845" name="android_kernel_lge_sdm845" remote="jlst" revision="U" />
<!-- Use custom HALs for our common tree -->
<remove-project path="hardware/qcom-caf/sdm845/audio" />
<remove-project path="hardware/qcom-caf/sdm845/display" />
<remove-project path="hardware/qcom-caf/sdm845/media" />
<project path="hardware/qcom-caf/sdm845/audio" name="hardware_qcom-caf_sdm845_audio" remote="jlst" />
<project path="hardware/qcom-caf/sdm845/display" name="hardware_qcom-caf_sdm845_display" remote="jlst" />
<project path="hardware/qcom-caf/sdm845/media" name="hardware_qcom-caf_sdm845_media" remote="jlst" />
<!-- Proton clang for kernel -->
<project path="prebuilts/clang/host/linux-x86/clang-proton" name="kdrag0n/proton-clang" clone-depth="1" remote="github" revision="master" />
<!-- Device trees -->
<!-- Placeholder -->
</manifest>