From a4d7d760ec68a316df8a626a99ead2bc02a84b69 Mon Sep 17 00:00:00 2001 From: joonhunshin Date: Fri, 11 Aug 2023 01:30:10 +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: I3a8f1f2363bb36418ea12ace6ee145e8114ae51c --- device.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device.mk b/device.mk index 18f68901..6f0a20bc 100644 --- a/device.mk +++ b/device.mk @@ -896,10 +896,6 @@ $(call inherit-product-if-exists, vendor/samsung_slsi/telephony/$(BOARD_USES_SHA PRODUCT_PACKAGES += ShannonIms -#RCS Test Messaging App -PRODUCT_PACKAGES_DEBUG += \ - TestRcsApp - PRODUCT_PACKAGES += ShannonRcs ifeq (,$(filter aosp_% factory_%,$(TARGET_PRODUCT)))