Use the flag from test target
This change remove the flag dependency from the test module since the
test should use the flag from the test target.
Keep the FakeFeatureFlagsImpl to make it avaiable for the test.
Bug: 334947472
Test: atest TeleService:com.android.phone.security.SafetySourceReceiverTest
Change-Id: I3a5cf4d03faacb6c7cb5a6097f78252c8a23aaf4
diff --git a/proguard.flags b/proguard.flags
index 8eafd30..c572e1b 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -12,4 +12,6 @@
-keep class com.android.phone.callcomposer.** {
*;
}
+# Keep the FakeFeatureFlagsImpl
+-keep class com.android.internal.telephony.flags.FakeFeatureFlagsImpl { *; }
-verbose
\ No newline at end of file