From c95b6420686cb9c9e63c3d493c99a827fcd77b9c Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Wed, 31 Mar 2021 16:31:27 +0900 Subject: [PATCH] Use "auto" for microdroid super image size Bug: 181107248 Test: boot microdroid Change-Id: I2f4787e9d53429e7b3ec3f5b6adb20ab0205bf28 --- microdroid/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/microdroid/Android.bp b/microdroid/Android.bp index adb9ac82..82be5ae2 100644 --- a/microdroid/Android.bp +++ b/microdroid/Android.bp @@ -119,8 +119,7 @@ prebuilt_etc { logical_partition { name: "microdroid_super", sparse: true, - // TODO(b/181107248): remove this hard-coded value - size: "104857600", + size: "auto", default_group: [ { name: "system",