creation
parent
e7813cbe2a
commit
277e37177a
File diff suppressed because it is too large
Load Diff
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<remote name="github" fetch="https://github.com" />
|
||||
<remote name="gitlab" fetch="https://gitlab.com" />
|
||||
|
||||
<!-- TrebleDroid -->
|
||||
<project name="TrebleDroid/device_phh_treble" path="device/phh/treble" remote="github" revision="android-14.0" />
|
||||
<project name="TrebleDroid/vendor_hardware_overlay" path="vendor/hardware_overlay" remote="github" revision="pie" />
|
||||
<project name="TrebleDroid/vendor_interfaces" path="vendor/interfaces" remote="github" revision="android-14.0" />
|
||||
<project name="TrebleDroid/treble_app" path="treble_app" remote="github" revision="master" />
|
||||
<project name="AndyCGYan/android_packages_apps_QcRilAm" path="packages/apps/QcRilAm" remote="github" revision="master" />
|
||||
<project name="platform/prebuilts/vndk/v28" path="prebuilts/vndk/v28" remote="aosp" revision="204f1bad00aaf480ba33233f7b8c2ddaa03155dd" clone-depth="1" />
|
||||
|
||||
<!-- ponces -->
|
||||
<project name="ponces/vendor_ponces" path="vendor/ponces" remote="github" revision="android-14.0" />
|
||||
<project name="ponces/treble_adapter" path="treble_adapter" remote="github" revision="master" />
|
||||
<project name="ponces/packages_apps_ParanoidSense" path="packages/apps/ParanoidSense" remote="github" revision="uvite" />
|
||||
|
||||
<project name="ponces/android_packages_apps_Trebuchet" path="packages/apps/Trebuchet" remote="github" revision="lineage-21.0-ponces" />
|
||||
<project name="LineageOS/android_packages_apps_ThemePicker" path="packages/apps/ThemePicker" remote="github" revision="lineage-21.0" />
|
||||
</manifest>
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB |
|
@ -1,27 +0,0 @@
|
|||
diff --git a/buildbot_unified.sh b/buildbot_unified.sh
|
||||
index b2c569f..3200753 100755
|
||||
--- a/buildbot_unified.sh
|
||||
+++ b/buildbot_unified.sh
|
||||
@@ -48,10 +48,10 @@ START=`date +%s`
|
||||
BUILD_DATE="$(date +%Y%m%d)"
|
||||
|
||||
prep_build() {
|
||||
- echo "Preparing local manifests"
|
||||
- mkdir -p .repo/local_manifests
|
||||
- cp ./lineage_build_unified/local_manifests_${MODE}/*.xml .repo/local_manifests
|
||||
- echo ""
|
||||
+# echo "Preparing local manifests"
|
||||
+# mkdir -p .repo/local_manifests
|
||||
+# cp ./lineage_build_unified/local_manifests_${MODE}/*.xml .repo/local_manifests
|
||||
+# echo ""
|
||||
|
||||
echo "Syncing repos"
|
||||
repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
|
||||
@@ -120,6 +120,7 @@ build_treble() {
|
||||
(*) echo "Invalid target - exiting"; exit 1;;
|
||||
esac
|
||||
lunch lineage_${TARGET}-userdebug
|
||||
+ exit
|
||||
make installclean
|
||||
make -j$(nproc --all) systemimage
|
||||
mv $OUT/system.img ~/build-output/lineage-19.1-$BUILD_DATE-UNOFFICIAL-${TARGET}$(${PERSONAL} && echo "-personal" || echo "").img
|
Binary file not shown.
Binary file not shown.
|
@ -1,5 +0,0 @@
|
|||
fastboot reboot fastboot
|
||||
|
||||
fastboot flash system system.img
|
||||
|
||||
fastboot reboot
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<remote name="github" fetch="https://github.com" />
|
||||
<remote name="gitlab" fetch="https://gitlab.com" />
|
||||
<remote name="jojo" fetch="http://62.178.96.192:3000" />
|
||||
|
||||
<!-- LeOS -->
|
||||
<project name="JoJo/vendor_LeOS" path="vendor/LeOS" remote="jojo" revision="LeOS-U" />
|
||||
<project name="JoJo/vendor_addons" path="vendor/addons" remote="jojo" revision="LeOS-U" />
|
||||
|
||||
<project name="crdroidandroid/android_packages_inputmethods_LatinIME" path="packages/inputmethodes/LatinIME" remote="crdroid" revision="14.0" />
|
||||
|
||||
</manifest>
|
|
@ -1,70 +0,0 @@
|
|||
#prebuilts
|
||||
PRODUCT_PACKAGES += \
|
||||
me.phh.superuser \
|
||||
com.menny.android.anysoftkeyboard \
|
||||
com.qualcomm.location \
|
||||
com.aurora.services \
|
||||
org.fdroid.fdroid.privileged \
|
||||
org.bromite-webview \
|
||||
com.paranoid.ParanoidWallpapers \
|
||||
GmsCore \
|
||||
GsfProxy \
|
||||
FakeStore \
|
||||
com.google.android.maps.jar \
|
||||
AuroraServices \
|
||||
FDroidPrivilegedExtension \
|
||||
MozillaNlpBackend \
|
||||
NominatimNlpBackend \
|
||||
gcamphotospreview-common \
|
||||
eSpeakTTS \
|
||||
Launcher \
|
||||
com.saggitt.omega \
|
||||
omega \
|
||||
Dialer \
|
||||
Seedvault \
|
||||
bromite-webview \
|
||||
FileManager \
|
||||
LeOS-Droid \
|
||||
DocumentsUI \
|
||||
Wallpaper \
|
||||
TrebleApp \
|
||||
SettingsIntelligence \
|
||||
OpenEUICC \
|
||||
Contacts \
|
||||
LineageSetupWizard \
|
||||
LineageBlackTheme \
|
||||
GCamPhotosPreview \
|
||||
com.leos.icons \
|
||||
LeOS-Icons \
|
||||
LeOS-Contacts \
|
||||
LeOS-Phone \
|
||||
com.goodwy.contacts \
|
||||
com.goodwy.dialer \
|
||||
ruffy \
|
||||
org.monkey.d.ruffy.ruffy \
|
||||
com.eveningoutpost.dexdrip \
|
||||
xdrip \
|
||||
|
||||
|
||||
|
||||
#### aptX files LeOS Changes
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/LeOS/libaptX_encoder.so:system/lib64/libaptX_encoder.so \
|
||||
vendor/LeOS/libaptXHD_encoder.so:system/lib64/libaptXHD_encoder.so \
|
||||
vendor/LeOS/libaptX_encoder32.so:system/lib/libaptX_encoder.so \
|
||||
vendor/LeOS/libaptXHD_encoder32.so:system/lib/libaptXHD_encoder.so \
|
||||
vendor/LeOS/libperipheral_client.so:system/lib64/libperipheral_client.so \
|
||||
|
||||
|
||||
# Themes
|
||||
PRODUCT_PACKAGES += \
|
||||
LineageBlackTheme \
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
AndroidBlackThemeOverlay=true \
|
||||
org.lineageos.overlay.customization.blacktheme=true \
|
||||
com.android.system.theme.black=true
|
||||
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
Settings.Secure.UI_NIGHT_MODE=2
|
||||
|
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<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-12.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_lptools" path="vendor/lptools" remote="github" revision="master" />
|
||||
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github" revision="android-10.0" />
|
||||
</manifest>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue