This commit is contained in:
Nehemiah of Zebulun 2023-11-22 11:24:00 -05:00
parent 0d8ce0e40e
commit 72d557b274
2 changed files with 8 additions and 6 deletions

View File

@ -6,6 +6,13 @@ PRODUCT_BRAND := wePhone
PRODUCT_SYSTEM_BRAND := wePhone PRODUCT_SYSTEM_BRAND := wePhone
PRODUCT_MODEL := Cat S22 Flip | weOs | Nehemiah PRODUCT_MODEL := Cat S22 Flip | weOs | Nehemiah
PRODUCT_SYSTEM_PROPERTIES += \
ro.system.ota.json_url=https://git.mezimmah.net/treble/ota/raw/branch/main \
persist.sys.phh.mainkeys=0
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.gsi.image_running=false
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
BromiteSystemWebView \ BromiteSystemWebView \
Conversations \ Conversations \
@ -24,6 +31,4 @@ PRODUCT_PACKAGES += \
Wireguard Wireguard
PRODUCT_PACKAGES -= \ PRODUCT_PACKAGES -= \
EasterEgg EasterEgg
TARGET_SYSTEM_PROP := device/phh/cats22flip/system.prop $(TARGET_SYSTEM_PROP)

View File

@ -1,3 +0,0 @@
ro.system.ota.json_url=https://git.mezimmah.net/treble/ota/raw/branch/main \
persist.sys.phh.mainkeys=1
ro.vendor.gsi.image_running=false