Update comment on why Keep is needed.
Bug: b/36403696 Test: NA Change-Id: I309a5f14afb34009064f5a6193faa8fb2367b19b
This commit is contained in:
@@ -27,7 +27,7 @@ public class WifiTrackerFactory {
|
||||
|
||||
private static WifiTracker sTestingWifiTracker;
|
||||
|
||||
@Keep
|
||||
@Keep // Keep proguard from stripping this method since it is only used in tests
|
||||
public static void setTestingWifiTracker(WifiTracker tracker) {
|
||||
sTestingWifiTracker = tracker;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user