This commit is contained in:
Tad 2018-05-16 19:30:00 -04:00
parent bddead60ca
commit 4003113a25
2 changed files with 5 additions and 5 deletions

View File

@ -196,7 +196,7 @@
<!-- Samsung Galaxy S5 (klte) -->
<project path="device/samsung/klte" name="LineageOS/android_device_samsung_klte" remote="github" />
<project path="device/samsung/klte-common" name="LineageOS/android_device_samsung_klte-common" remote="github" />
<project path="device/samsung/msm8974-common" name="LineageOS/android_device_samsung_msm8974-common" remote="github" />s
<project path="device/samsung/msm8974-common" name="LineageOS/android_device_samsung_msm8974-common" remote="github" />
<project path="kernel/samsung/msm8974" name="LineageOS/android_kernel_samsung_msm8974" remote="github" />
<!-- NXP

View File

@ -75,10 +75,10 @@ patchWorkspace() {
source build/envsetup.sh;
repopick -f 206123; #bionic: Sort and cache hosts file data for fast lookup
repopick -f 209030; #ContactsProvider: Prevent device contact being deleted.
repopick 215174; #CallLogDatabase: Bump the version and try to re-run the version 5 upgrade path
repopick 214824 215010; #g3-common
repopick 211404 211405 211406 211407 211408 211409; #d852
repopick 211396 214817; #d855
repopick -f 215174; #CallLogDatabase: Bump the version and try to re-run the version 5 upgrade path
repopick -f 214824 215010; #g3-common
repopick -f 211404 211405 211406 211407 211408 211409; #d852
repopick -f 211396 214817; #d855
#repopick -t trust_interface;
source $scripts/Patch.sh;