Update comment on why Keep is needed.

Bug: b/36403696
Test: NA
Change-Id: I309a5f14afb34009064f5a6193faa8fb2367b19b
This commit is contained in:
Sundeep Ghuman
2017-04-05 15:10:56 -07:00
parent b0baef0715
commit 2ca3aa94c1

View File

@@ -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;
}