From 9c4a788de95336522fc3a94c96528dcb39567894 Mon Sep 17 00:00:00 2001 From: joonhunshin Date: Fri, 11 Aug 2023 01:28:30 +0000 Subject: [PATCH] Removing TestRcsApp userdebug application from the system image. RCS has a low priority and will not be used in the future, remove it from the system image. Bug: 295403727 Test: Make sure the TestRcsApp is removed from the system image. Change-Id: I5b8d35e4386182bd78974a358351d1861d238223 --- device.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 07b1fe7f..35226f60 100644 --- a/device.mk +++ b/device.mk @@ -910,10 +910,8 @@ $(call inherit-product-if-exists, vendor/samsung_slsi/telephony/$(BOARD_USES_SHA PRODUCT_PACKAGES += ShannonIms -#RCS Test Messaging App PRODUCT_PACKAGES_DEBUG += \ - preinstalled-packages-product-gs201-device-debug.xml \ - TestRcsApp + preinstalled-packages-product-gs201-device-debug.xml PRODUCT_PACKAGES += ShannonRcs endif