Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84e7c02d authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam Committed by Android (Google) Code Review
Browse files

Merge "Switch InstallUtilsHost as static_lib dependency on all targets"

parents a8a2aa77 6e0cfdad
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@ import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
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;