aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-06-01 05:01:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-06-01 05:01:50 +0000
commitfcf60d8f8a86f2b6485ea53001c5f253fa0b859e (patch)
treee0e4ade31663518f047faab55bc809afae9a1dc1
parent2b7b307a4b948aa4346da6bb88b11c101c6686ba (diff)
parentd61ff0f5e2616f9e4bdd01f58cf9d712e8162f26 (diff)
downloadbuild-fcf60d8f8a86f2b6485ea53001c5f253fa0b859e.tar.gz
Merge "Do not copy userdata.img into sdk_addon/system-image.zip" into pi-dev
-rw-r--r--core/tasks/sdk-addon.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/tasks/sdk-addon.mk b/core/tasks/sdk-addon.mk
index 197d41a78e..2a20f070e4 100644
--- a/core/tasks/sdk-addon.mk
+++ b/core/tasks/sdk-addon.mk
@@ -65,7 +65,6 @@ endif
files_to_copy += \
$(addon_dir_img):$(INSTALLED_QEMU_SYSTEMIMAGE):images/$(TARGET_CPU_ABI)/system.img \
$(addon_dir_img):$(INSTALLED_QEMU_VENDORIMAGE):images/$(TARGET_CPU_ABI)/vendor.img \
- $(addon_dir_img):$(BUILT_USERDATAIMAGE_TARGET):images/$(TARGET_CPU_ABI)/userdata.img \
$(addon_dir_img):$(BUILT_RAMDISK_TARGET):images/$(TARGET_CPU_ABI)/ramdisk.img \
$(addon_dir_img):$(PRODUCT_OUT)/system/build.prop:images/$(TARGET_CPU_ABI)/build.prop \
$(addon_dir_img):$(target_notice_file_txt):images/$(TARGET_CPU_ABI)/NOTICE.txt \