manifest: Clone the right update_engine_sideload

Signed-off-by: Mohd Faraz <androiabledroid@gmail.com>
This commit is contained in:
mauronofrio 2020-03-30 16:18:40 +02:00 committed by Mohd Faraz
parent c7e335a847
commit dd5245d019
No known key found for this signature in database
GPG Key ID: 262F9838CED84988
2 changed files with 3 additions and 3 deletions

View File

@ -424,7 +424,7 @@
<remove-project name="android_system_bpf"/>
<remove-project name="android_system_bt"/>
<remove-project name="android_system_nfc"/>
<!--<remove-project name="android_system_update_engine"/>-->
<remove-project name="android_system_update_engine"/>
<!-- Remove from omni-caf.xml (forked CAF) -->

View File

@ -18,7 +18,7 @@
<!-- Magiskboot -->
<project path="external/magisk-prebuilt" name="external_magisk-prebuilt" remote="PitchBlackRecoveryProject" revision="master" />
<!-- Include TeamWin android_system_update_engine to build a good update_engine_sideload -->
<!--<project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-9.0" />-->
<!-- Include mauronofrio android_system_update_engine to build a good update_engine_sideload -->
<project path="system/update_engine" name="mauronofrio/android_system_update_engine" remote="github" revision="android-10" />
</manifest>