From 333cdc16631f4a7402290580d1374c23c2fbd54c Mon Sep 17 00:00:00 2001 From: Dinesh Yadav Date: Fri, 5 Apr 2024 05:33:30 +0000 Subject: [PATCH] TPU Abrolhos 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: I0894b8830cb62801c659a9b4d4f7a1ae6d851795 --- device.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 753a4bb9..ce5dcec8 100644 --- a/device.mk +++ b/device.mk @@ -1032,7 +1032,9 @@ PRODUCT_SOONG_NAMESPACES += \ vendor/google_devices/gs101/proprietary/gchips/tpu/darwinn_logging_service \ vendor/google_devices/gs101/proprietary/gchips/tpu/nnapi_stable_aidl \ vendor/google_devices/gs101/proprietary/gchips/tpu/aidl \ - vendor/google_devices/gs101/proprietary/gchips/tpu/hal + vendor/google_devices/gs101/proprietary/gchips/tpu/hal \ + vendor/google_devices/gs101/proprietary/gchips/tpu/tachyon/api \ + vendor/google_devices/gs101/proprietary/gchips/tpu/tachyon/service # TPU firmware PRODUCT_PACKAGES += edgetpu-abrolhos.fw