From e3aca7b8032368ea3d10d83ac089d4f0945a62b2 Mon Sep 17 00:00:00 2001 From: Hyungwoo Yang Date: Tue, 30 Aug 2022 07:12:10 +0000 Subject: [PATCH] input: Add USI Device Certification Tool usi_test is the tool to be used to - get USI Device Certification. - debug USI Stylus & Controller. This patch adds the usi_test binary into userdebug image. Test: Build and manually check. Bug: 242689275 Change-Id: I541aa1f3084966f73525a0e8f8de4b46c5efddf1 --- device-tangorpro.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-tangorpro.mk b/device-tangorpro.mk index 4b2fb0d..cb56a0d 100644 --- a/device-tangorpro.mk +++ b/device-tangorpro.mk @@ -147,6 +147,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES_DEBUG += \ test_cast_auth +# USI stylus test tool +PRODUCT_PACKAGES_DEBUG += \ + usi_test + # Lights HAL PRODUCT_PACKAGES += \ android.hardware.lights-service.tangorpro