diff options
author | Renato Grottesi <otaner@google.com> | 2023-08-08 05:17:37 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:52:16 +0800 |
commit | 5618af6c847f75d41fb33b6405e97bbb16eb8d46 (patch) | |
tree | 4684c95bfa55ef42d34ce244c4ea8a5b50d6f6e8 | |
parent | 1533b73f1e05a3b50c3a6f4f90e8b9741beb7bd6 (diff) |
Disable armnn nnapi backend
Discontinue maintenance and active support of ArmNN on Pixel phones.
Bug: 294459623
Test: Local nnapi_info
Merged-In: Ic0db64d2eec0cb955ae710fa0ac89de3d7136db6
Change-Id: Idfa020dc46070764ccfff148b1fdfc72ccd16442
-rw-r--r-- | device.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -223,8 +223,6 @@ PRODUCT_SOONG_NAMESPACES += \ $(call soong_config_set,pixel_mali,soc,$(TARGET_BOARD_PLATFORM)) -include device/google/gs-common/gpu/gpu.mk - PRODUCT_PACKAGES += \ csffw_image_prebuilt__firmware_prebuilt_todx_mali_csffw.bin \ libGLES_mali \ |