config: ScoopDroid things!

Change-Id: I74c077d9c259ae44d0b18f35bf418bf3654c5f1c
This commit is contained in:
DigiGoon 2025-03-11 22:09:15 +00:00
parent 5771d7fd95
commit 5cbe1608b3
4 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# Allow vendor/extra to override any property by setting it first
$(call inherit-product-if-exists, vendor/extra/product.mk)
$(call inherit-product, vendor/lineage/config/scoop.mk)
PRODUCT_BRAND ?= LineageOS
@ -239,9 +240,11 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
endif
# SetupWizard
ifneq ($(WITH_GMS),true)
PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.theme=glif_v4 \
setupwizard.feature.day_night_mode_enabled=true
endif
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/no-rro
PRODUCT_PACKAGE_OVERLAYS += \
@ -269,6 +272,7 @@ PRODUCT_EXTRA_RECOVERY_KEYS += \
include vendor/lineage/config/version.mk
# -include vendor/lineage-priv/keys/keys.mk
-include $(WORKSPACE)/build_env/image-auto-bits.mk
-include vendor/lineage/config/partner_gms.mk
#$(call inherit-product, vendor/lineage/config/scoop.mk)

View file

@ -9,9 +9,11 @@ include vendor/lineage/config/aosp_audio.mk
include vendor/lineage/config/lineage_audio.mk
# Default notification/alarm sounds
ifneq ($(WITH_GMS),true)
PRODUCT_PRODUCT_PROPERTIES += \
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Hassium.ogg
endif
# Apps
PRODUCT_PACKAGES += \

View file

@ -10,6 +10,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.pihooks_FINGERPRINT?=google/tokay_beta/tokay:Baklava/BP22.250124.009/13034193:user/release-keys \
persist.sys.pihooks_MODEL?=Pixel 9
#BUILD_GMS_OVERLAYS_AND_PROPS := true
$(call inherit-product, vendor/gms/products/gms.mk)
-include vendor/scoop-priv/keys/keys.mk
-include vendor/lineage-priv/keys/keys.mk

View file

@ -17,8 +17,10 @@ PRODUCT_PACKAGES += \
Stk
# Default ringtone
ifneq ($(WITH_GMS),true)
PRODUCT_PRODUCT_PROPERTIES += \
ro.config.ringtone=Orion.ogg
endif
# Tethering - allow without requiring a provisioning app
# (for devices that check this)