Merge "Update comment on why Keep is needed." into oc-dev
am: 696a83b0c7
Change-Id: I3d55f1601a6a491550f3d22fb66f4331ddad1eef
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