Merge "Make sure the test module uninstall the apks at the end"
diff --git a/tests/unit/AndroidTest.xml b/tests/unit/AndroidTest.xml
index 047bc2e..93dfd03 100644
--- a/tests/unit/AndroidTest.xml
+++ b/tests/unit/AndroidTest.xml
@@ -16,6 +16,7 @@
 <configuration description="Runs Tests for NetworkStack">
     <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
         <option name="test-file-name" value="NetworkStackTests.apk" />
+        <option name="cleanup-apks" value="true" />
     </target_preparer>
 
     <option name="test-suite-tag" value="apct" />
@@ -26,4 +27,4 @@
         <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
         <option name="hidden-api-checks" value="false"/>
     </test>
-</configuration>
\ No newline at end of file
+</configuration>