Merge "Update comment on why Keep is needed." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
696a83b0c7
@@ -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