You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.opa.eligible_device=true
|
|
|
|
|
|
|
|
# Themes
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += vendor/extra/overlay
|
|
|
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/extra/overlay
|
|
|
|
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += vendor/extra/overlay-lineage
|
|
|
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/extra/overlay-lineage
|
|
|
|
|
|
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
|
|
ro.config.vc_call_vol_steps=7 \
|
|
|
|
ro.config.media_vol_steps=25
|
|
|
|
|
|
|
|
-include vendor/google_pixel/product.mk
|
|
|
|
|
|
|
|
ifneq ($(DISABLE_GAPPS),true)
|
|
|
|
-include vendor/extra/gapps.mk
|
|
|
|
endif # Disable GApps
|