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

Commit 6e0cfdad authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam
Browse files

Switch InstallUtilsHost as static_lib dependency on all targets

Bug: 160296318
Test: presubmit
Change-Id: I4a3a141b1a5fc1722e673a163e6df9bd9f9df0b2
parent c34b5738
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;