Compare commits
No commits in common. "ef2213914422e98e130774b44c6c56efca074dd4" and "a5a1566cd6d58195fdc9d332f82ce30d1d159b87" have entirely different histories.
ef22139144
...
a5a1566cd6
5 changed files with 3 additions and 15 deletions
|
|
@ -50,7 +50,7 @@ function breakfast()
|
||||||
else
|
else
|
||||||
# This is probably just the Lineage model name
|
# This is probably just the Lineage model name
|
||||||
if [ -z "$variant" ]; then
|
if [ -z "$variant" ]; then
|
||||||
variant="user"
|
variant="userdebug"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
lunch lineage_$target-$aosp_target_release-$variant
|
lunch lineage_$target-$aosp_target_release-$variant
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
# Allow vendor/extra to override any property by setting it first
|
# 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/extra/product.mk)
|
||||||
$(call inherit-product-if-exists, vendor/certification/config.mk)
|
$(call inherit-product-if-exists, vendor/certification/config.mk)
|
||||||
$(call inherit-product, vendor/lineage/config/scoop.mk)
|
|
||||||
|
|
||||||
PRODUCT_BRAND ?= LineageOS
|
PRODUCT_BRAND ?= LineageOS
|
||||||
|
|
||||||
|
|
@ -241,11 +240,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# SetupWizard
|
# SetupWizard
|
||||||
ifneq ($(WITH_GMS),true)
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
setupwizard.theme=glif_v4 \
|
setupwizard.theme=glif_v4 \
|
||||||
setupwizard.feature.day_night_mode_enabled=true
|
setupwizard.feature.day_night_mode_enabled=true
|
||||||
endif
|
|
||||||
|
|
||||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/no-rro
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/no-rro
|
||||||
PRODUCT_PACKAGE_OVERLAYS += \
|
PRODUCT_PACKAGE_OVERLAYS += \
|
||||||
|
|
@ -272,8 +269,7 @@ PRODUCT_EXTRA_RECOVERY_KEYS += \
|
||||||
|
|
||||||
include vendor/lineage/config/version.mk
|
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 $(WORKSPACE)/build_env/image-auto-bits.mk
|
||||||
-include vendor/lineage/config/partner_gms.mk
|
-include vendor/lineage/config/partner_gms.mk
|
||||||
|
|
||||||
#$(call inherit-product, vendor/lineage/config/scoop.mk)
|
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,9 @@ include vendor/lineage/config/aosp_audio.mk
|
||||||
include vendor/lineage/config/lineage_audio.mk
|
include vendor/lineage/config/lineage_audio.mk
|
||||||
|
|
||||||
# Default notification/alarm sounds
|
# Default notification/alarm sounds
|
||||||
ifneq ($(WITH_GMS),true)
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
ro.config.alarm_alert=Hassium.ogg
|
ro.config.alarm_alert=Hassium.ogg
|
||||||
endif
|
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#BUILD_GMS_OVERLAYS_AND_PROPS := true
|
|
||||||
$(call inherit-product, vendor/gms/products/gms.mk)
|
|
||||||
|
|
||||||
-include vendor/lineage-priv/keys/keys.mk
|
|
||||||
|
|
@ -17,10 +17,8 @@ PRODUCT_PACKAGES += \
|
||||||
Stk
|
Stk
|
||||||
|
|
||||||
# Default ringtone
|
# Default ringtone
|
||||||
ifneq ($(WITH_GMS),true)
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.config.ringtone=Orion.ogg
|
ro.config.ringtone=Orion.ogg
|
||||||
endif
|
|
||||||
|
|
||||||
# Tethering - allow without requiring a provisioning app
|
# Tethering - allow without requiring a provisioning app
|
||||||
# (for devices that check this)
|
# (for devices that check this)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue