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.
12 lines
411 B
12 lines
411 B
ifeq ($(strip $(TARGET_BOARD_PLATFORM_GPU)), mali400)
|
|
ifeq ($(strip $(TARGET_ARCH)), arm)
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcdc_composer=0
|
|
PRODUCT_PROPERTY_OVERRIDES += debug.hwui.render_dirty_regions=false
|
|
PRODUCT_PACKAGES += \
|
|
libGLES_mali \
|
|
rockchip_libGLES_mali_libOpenCL_symlink32 \
|
|
rockchip_libGLES_mali_libOpenCL.1_symlink32 \
|
|
rockchip_libGLES_mali_libOpenCL.1.1_symlink32
|
|
endif
|
|
endif
|