Add Mali OpenCL ICD to PRODUCT_PACKAGES
Bug: 324057328 Test: clpeak Change-Id: I864331b449315d53f8da11a374f2816c599e4e6d
This commit is contained in:
parent
b2427428e5
commit
9b61db2e86
1 changed files with 10 additions and 1 deletions
11
device.mk
11
device.mk
|
@ -334,9 +334,18 @@ PRODUCT_PACKAGES += \
|
|||
csffw_image_prebuilt__firmware_prebuilt_ttux_mali_csffw.bin \
|
||||
libGLES_mali \
|
||||
vulkan.mali \
|
||||
libOpenCL \
|
||||
libgpudataproducer
|
||||
|
||||
# Install the OpenCL ICD Loader
|
||||
PRODUCT_SOONG_NAMESPACES += external/OpenCL-ICD-Loader
|
||||
PRODUCT_PACKAGES += \
|
||||
libOpenCL \
|
||||
mali_icd__customer_pixel_opencl-icd_ARM.icd
|
||||
ifeq ($(DEVICE_IS_64BIT_ONLY),false)
|
||||
PRODUCT_PACKAGES += \
|
||||
mali_icd__customer_pixel_opencl-icd_ARM32.icd
|
||||
endif
|
||||
|
||||
ifeq ($(USE_SWIFTSHADER),true)
|
||||
$(warning USE_SWIFTSHADER set to current target)
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue