Merge "Switch InstallUtilsHost as static_lib dependency on all targets"

This commit is contained in:
Treehugger Robot
2020-10-19 17:57:50 +00:00
committed by Gerrit Code Review

View File

@@ -21,7 +21,8 @@ import static com.google.common.truth.Truth.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assume.assumeTrue;
import com.android.cts.install.lib.host.InstallUtilsHost;
import android.cts.install.lib.host.InstallUtilsHost;
import com.android.ddmlib.Log;
import com.android.tests.rollback.host.AbandonSessionsRule;
import com.android.tests.util.ModuleTestUtils;