Compare commits

...

4 commits

Author SHA1 Message Date
DigiGoon
ef22139144 envsetup: Build user variant by default
Change-Id: I7f7aefb5032c9c65559b72a75845b64529b4c8c9
2025-04-17 23:24:50 +00:00
DigiGoon
fcc021a3a3 config: ScoopDroid things!
Change-Id: I74c077d9c259ae44d0b18f35bf418bf3654c5f1c
2025-04-17 23:24:50 +00:00
elpaablo
f3e23fde42 Build GAPPS
Change-Id: I8387373ff5af54856a732269f4200e9414e288e8
2025-04-17 23:23:32 +00:00
elpaablo
0a26df7487 Use Scoopdroid private keys
Change-Id: I0a919d612a7be1f0b1992b0cdae3943730ab0bca
2025-04-17 23:22:38 +00:00
5 changed files with 15 additions and 3 deletions

View file

@ -50,7 +50,7 @@ function breakfast()
else
# This is probably just the Lineage model name
if [ -z "$variant" ]; then
variant="userdebug"
variant="user"
fi
lunch lineage_$target-$aosp_target_release-$variant

View file

@ -1,6 +1,7 @@
# Allow vendor/extra to override any property by setting it first
$(call inherit-product-if-exists, vendor/extra/product.mk)
$(call inherit-product-if-exists, vendor/certification/config.mk)
$(call inherit-product, vendor/lineage/config/scoop.mk)
PRODUCT_BRAND ?= LineageOS
@ -240,9 +241,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,7 +272,8 @@ PRODUCT_EXTRA_RECOVERY_KEYS += \
include vendor/lineage/config/version.mk
-include vendor/lineage-priv/keys/keys.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 += \

4
config/scoop.mk Normal file
View file

@ -0,0 +1,4 @@
#BUILD_GMS_OVERLAYS_AND_PROPS := true
$(call inherit-product, vendor/gms/products/gms.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)