From 1d9c4e70815a2fa82c04b712eefe5f56cc47c8de Mon Sep 17 00:00:00 2001 From: shihchienc Date: Thu, 4 Jan 2024 08:17:16 +0000 Subject: [PATCH] Support Thread HAL on ripcurrentpro add Thread config into device, default not enabled. Bug: 318601784 Test: build pass Change-Id: I63aa1eb386fcf26967c9b7e2f02b2afc87dcba2f --- device-ripcurrentpro.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 4c927241..c0332e19 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -253,3 +253,6 @@ PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.app.com.android.nfc=off PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.system_server=off endif +# Thread HAL +PRODUCT_PACKAGES += \ + com.google.caimito.hardware.threadnetwork