am 9d5c33c5: Merge "Fix build break with missing VDBG." into klp-dev

* commit '9d5c33c58451aac8566b8df8426265cedd3e610f':
  Fix build break with missing VDBG.
This commit is contained in:
Stephen Hines
2013-09-12 21:37:03 -07:00
committed by Android Git Automerger

View File

@@ -39,6 +39,7 @@ import java.util.Locale;
public class WifiNative { public class WifiNative {
private static final boolean DBG = false; private static final boolean DBG = false;
private static final boolean VDBG = false;
private final String mTAG; private final String mTAG;
private static final int DEFAULT_GROUP_OWNER_INTENT = 6; private static final int DEFAULT_GROUP_OWNER_INTENT = 6;