Merge "Move module utils to the module package."

This commit is contained in:
Chalard Jean
2020-12-21 05:35:09 +00:00
committed by Gerrit Code Review
5 changed files with 9 additions and 7 deletions

View File

@@ -22,11 +22,11 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import android.net.util.MacAddressUtils;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
import com.android.net.module.util.MacAddressUtils;
import org.junit.Test;
import org.junit.runner.RunWith;