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

20 lines
261 B

# Blur
PRODUCT_PACKAGES += \
libuiblur \
Blur
ifeq ($(TARGET_HAVE_UI_BLUR),true)
# QC ART
PRODUCT_PACKAGES += \
libqc-art \
libqc-art-compiler
# QC Perf
PRODUCT_PACKAGES += \
libqc-opt
# QC Skia
PRODUCT_PACKAGES += \
libqc-skia
endif