Commit fe65366f authored by SnowCatPDA's avatar SnowCatPDA
Browse files

ADD manifest

parent f3fe1262
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ TARGET_BOARD_PLATFORM := mt6735m
#WITH_DEXPREOPT := true

# TWRP
RECOVERY_VARIANT := twrp
TWHAVE_SELINUX := false
TW_USE_TOOLBOX := false
TW_THEME := portrait_hdpi
RECOVERY_SDCARD_ON_DATA := true
PRODUCT_COPY_FILES += device/DOOGEE/X5PRO/twrp.fstab:recovery/root/etc/twrp.fstab

gapps.xml

0 → 100644
+16 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

<remote name="opengapps" fetch="https://github.com/opengapps/"  />

<project path="google/build" name="aosp_build" revision="master" remote="opengapps" />
<project path="opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengapps" />
<!-- If you need other/additional targets, follow the same template: -->
<project path="opengapps/sources/arm" name="arm" clone-depth="1" revision="master" remote="opengapps" />
<project path="opengapps/sources/arm64" name="arm64" clone-depth="1" revision="master" remote="opengapps" />


<remote name="omnirom" fetch="https://github.com/omnirom/"  />
<project path="android/bootable/recovery" name="android_bootable_recovery" clone-depth="1" revision="android-6.0" remote="omnirom" />

</manifest>