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.
23 lines
350 B
23 lines
350 B
# 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
|
|
|
|
$(call prepend-product-if-exists, vendor/rashed/product.mk)
|
|
|