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

Commit 5bbe5730 authored by Nikhil Kumar's avatar Nikhil Kumar
Browse files

Temporary Fix: Preinstall Virtual Device Manager for FULL user type.

This is a temporary fix to unblock post-submit failures by preinstalling `com.android.virtualdevicemanager` for `FULL` user types.

The correct fix still needs to be pushed with the correct mk to XML mapping.

Bug: 441173306
Test: atest SystemPackagesPreInstallAllowlistTest
Flag: EXEMPT allowlisting low impact fix
Change-Id: I705f56c664854e096dd91e3427d390e5d874e358
parent 93a05ffb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -138,4 +138,13 @@ to pre-existing users, but cannot uninstall pre-existing system packages from pr
        <install-in user-type="android.os.usertype.profile.PRIVATE" />
    </install-in-user-type>

   <!-- b/441173306 This is temporary fix to unblock the post submit failures
      @TODO vladokom@ to Remove this once the package is preinstalled in the
      correct XML to MK mapped configs
   -->
    <!--  Virtual Device Manager  -->
    <install-in-user-type package="com.android.virtualdevicemanager">
        <install-in user-type="FULL" />
    </install-in-user-type>

</config>