From 18d1868580fad4f932c86d52d031ddf6ba4e6145 Mon Sep 17 00:00:00 2001 From: bohu Date: Mon, 14 Aug 2017 14:52:20 -0700 Subject: [PATCH] sdk: add vendor-qem.img into the deps list if it exists. Fix master-without-vendor sdk_x86-sdk build Change-Id: I5656e7124d30e71120044cce668c54793f77208a Merged-In: I5656e7124d30e71120044cce668c54793f77208a (cherry picked from commit a5085788115663fea0cda588b3b8dba8a9513c95) --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 305cf4efc..4fb592b61 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2856,6 +2856,7 @@ deps := \ $(COVERAGE_ZIP) \ $(INSTALLED_SYSTEMIMAGE) \ $(INSTALLED_QEMU_SYSTEMIMAGE) \ + $(INSTALLED_QEMU_VENDORIMAGE) \ $(INSTALLED_USERDATAIMAGE_TARGET) \ $(INSTALLED_RAMDISK_TARGET) \ $(INSTALLED_SDK_BUILD_PROP_TARGET) \