From 61e5a33d17ffe7591e3504b2dac508b6d2eb4678 Mon Sep 17 00:00:00 2001 From: Jinting Lin Date: Thu, 11 Aug 2022 07:31:06 +0000 Subject: [PATCH] Add ModemDiagnosticSystem app into factory ROM Bug: 241980794 Change-Id: Ie7348ef38128b263c18a4259a15955efd25a453c --- factory_common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/factory_common.mk b/factory_common.mk index 97174c94..c4b556d6 100644 --- a/factory_common.mk +++ b/factory_common.mk @@ -84,3 +84,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ # PixelLogger for RF testing PRODUCT_PACKAGES_DEBUG += \ PixelLogger \ + +# ModemDiagnosticSystem for desense tool +PRODUCT_PACKAGES += \ + ModemDiagnosticSystem \