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.
17 lines
605 B
17 lines
605 B
# $(info 'in MaliT720.mk')
|
|
# $(info TARGET_BOARD_PLATFORM_GPU:$(TARGET_BOARD_PLATFORM_GPU) )
|
|
# $(info TARGET_ARCH:$(TARGET_ARCH) )
|
|
|
|
ifeq ($(strip $(TARGET_BOARD_PLATFORM_GPU)), mali-t720)
|
|
ifeq ($(strip $(TARGET_ARCH)), arm64)
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/rockchip/common/gpu/MaliT720/lib64/arm/libGLES_mali.so:vendor/lib64/egl/libGLES_mali.so \
|
|
vendor/rockchip/common/gpu/MaliT720/lib/arm/libGLES_mali.so:vendor/lib/egl/libGLES_mali.so
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(strip $(ENABLE_STEREO_DEFORM)), true)
|
|
PRODUCT_COPY_FILES += \
|
|
vendor/rockchip/common/gpu/libs/libGLES.so:system/lib/egl/libGLES.so
|
|
endif
|