Add Mali OpenCL ICD to PRODUCT_PACKAGES
Bug: 324057328 Test: clpeak Change-Id: Ied865d4149569b90b400b876ab29441ea2d09c06
This commit is contained in:
parent
7c074a6c3c
commit
7136214409
1 changed files with 10 additions and 1 deletions
11
device.mk
11
device.mk
|
@ -252,9 +252,18 @@ PRODUCT_PACKAGES += \
|
||||||
csffw_image_prebuilt__firmware_prebuilt_todx_mali_csffw.bin \
|
csffw_image_prebuilt__firmware_prebuilt_todx_mali_csffw.bin \
|
||||||
libGLES_mali \
|
libGLES_mali \
|
||||||
vulkan.mali \
|
vulkan.mali \
|
||||||
libOpenCL \
|
|
||||||
libgpudataproducer \
|
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
|
||||||
|
|
||||||
# Mali Configuration Properties
|
# Mali Configuration Properties
|
||||||
# b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2
|
# b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue