3 Commits

Author SHA1 Message Date
21c4f15d9a Add target for TTP 2024-07-31 09:15:56 -04:00
f6666f0020 Remove Jelly browser 2024-07-31 09:13:55 -04:00
3d6534b6c9 Reorganize 2024-07-30 20:53:46 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ build_treble() {
("A64BO") TARGET=a64_boS;;
("64B") TARGET=arm64_bvS;;
("64BG") TARGET=arm64_bgS;;
("TTP") TARGET=ttp;;
(*) echo "Invalid target - exiting"; exit 1;;
esac
lunch lineage_${TARGET}-userdebug

View File

@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="gitlab" fetch="https://gitlab.com/" />
<remove-project name="platform/packages/apps/Jelly" />
<project name="phhusson/vendor_hardware_overlay" path="vendor/hardware_overlay" remote="github" revision="pie" />
<project name="phhusson/device_phh_treble" path="device/phh/treble" remote="github" revision="android-11.0" />
<project name="phhusson/vendor_vndk-tests" path="vendor/vndk-tests" remote="github" revision="master" />
<project name="phhusson/vendor_interfaces" path="vendor/interfaces" remote="github" revision="android-11.0" />
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github" revision="android-10.0" />
<remote name="gitlab" fetch="https://gitlab.com/" />
<project name="00p513-dev/partner_gms" path="vendor/partner_gms" remote="gitlab" revision="11" />
</manifest>