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.
|
|
|
# Blur
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libuiblur \
|
|
|
|
Blur
|
|
|
|
|
|
|
|
ifeq ($(TARGET_HAVE_QC_PERF),true)
|
|
|
|
# QC ART
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libqc-art \
|
|
|
|
libqc-art-compiler
|
|
|
|
|
|
|
|
# QC Perf
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libqc-opt
|
|
|
|
|
|
|
|
# QC Skia
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
libqc-skia
|
|
|
|
endif
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += auditd
|
|
|
|
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.opa.eligible_device=true
|
|
|
|
|
|
|
|
# Themes
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.boot.vendor.overlay.theme=com.google.android.theme.pixel
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.com.google.ime.theme_id=5
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
PixelTheme
|
|
|
|
|
|
|
|
$(call prepend-product-if-exists, vendor/rashed/product.mk)
|
|
|
|
$(call prepend-product-if-exists, vendor/extra/gapps.mk)
|