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.
android_vendor_extra/product.mk

34 lines
711 B

# Blur
PRODUCT_PACKAGES += \
libuiblur \
Blur
9 years ago
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
7 years ago
# 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)