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

Commit 76aa9d6a authored by Julien Desprez's avatar Julien Desprez
Browse files

Add RootTargetPreparer for explicitly specifying the root dependency

Before, the test gets root implicitly via DeviceSetup which
wasn't intented.

Change-Id: I4b86fd5ee31f746942a2bf073a29cb2180a39f27
Test: presubmit
Bug: 325094408
parent 8c62d81f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
     limitations under the License.
-->
<configuration description="Config for BootImageProfileTest">
    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
     <!-- do not use DeviceSetup#set-property because it reboots the device b/136200738.
         furthermore the changes in /data/local.prop don't actually seem to get picked up.
    -->