From 62fff1d2d7677ff571e07fff9043c63fc5d30bc1 Mon Sep 17 00:00:00 2001 From: Weilun Du Date: Thu, 21 Jun 2018 11:40:51 -0700 Subject: [PATCH] Copy dummy userdata.img to sdk system images Avd manager in Android Studio requires userdata.img in the downloaded system image. As we no longer inlcude the real userdata.img, we copy the dummy userdata.img to pass the check. This cl does not impact real devices. BUG: 110492064 Change-Id: Ia8377ce72e32c3556a5a27100085a07f43d9917c Signed-off-by: Weilun Du --- build/sdk.atree | 1 + 1 file changed, 1 insertion(+) diff --git a/build/sdk.atree b/build/sdk.atree index 421f494a2..410d35478 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -237,6 +237,7 @@ development/sdk/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTIC system-qemu.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.img vendor-qemu.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/vendor.img ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img +device/generic/goldfish/data/etc/userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdata.img data/misc system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/data/misc system/build.prop system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/build.prop