From 0a091afcbc6f99cba7e25fe8c077c03d23bb92a7 Mon Sep 17 00:00:00 2001 From: Dinesh Yadav Date: Thu, 4 Apr 2024 04:18:01 +0000 Subject: [PATCH] TPU Rio Tachyon Migration This change includes tachyon targets for edgetpu in the final image TESTED: Create a private build with this change and verified that the tachyon targets were present after flashing on a local device. Bug: 307591410 Change-Id: Id531f0941d043319771e2b10fd3cb6c93c9a7a24 --- device.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 5ac6cbd2..8bddf093 100644 --- a/device.mk +++ b/device.mk @@ -1095,7 +1095,9 @@ PRODUCT_SOONG_NAMESPACES += \ vendor/google_devices/zuma/proprietary/gchips/tpu/darwinn_logging_service \ vendor/google_devices/zuma/proprietary/gchips/tpu/nnapi_stable_aidl \ vendor/google_devices/zuma/proprietary/gchips/tpu/aidl \ - vendor/google_devices/zuma/proprietary/gchips/tpu/hal + vendor/google_devices/zuma/proprietary/gchips/tpu/hal \ + vendor/google_devices/zuma/proprietary/gchips/tpu/tachyon/api \ + vendor/google_devices/zuma/proprietary/gchips/tpu/tachyon/service # TPU firmware PRODUCT_PACKAGES += edgetpu-rio.fw