summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-03-07 17:04:25 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-03-07 17:04:25 -0800
commita252ec60a54f4ba40cd4675d823504e16dabf575 (patch)
tree1f3ed6c54cf5c3ea255ba9cfdae9d63dc39290b8
parent4066faf746e49f4ef24a2363d79bbef123c02f97 (diff)
parente7cbad7a9a0127c0f8c69ed58d6264810e1f12b6 (diff)
downloadqemu-a252ec60a54f4ba40cd4675d823504e16dabf575.tar.gz
Add PRODUCT_HOST_PACKAGES for all host modules in PRODUCT_PACKAGES
am: e7cbad7a9a Change-Id: I43ee79bf5532cdae4035fe4c23965d3878adb78a
-rw-r--r--qemu_base.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu_base.mk b/qemu_base.mk
index eadb5a9..117a653 100644
--- a/qemu_base.mk
+++ b/qemu_base.mk
@@ -26,6 +26,19 @@
PRODUCT_PACKAGES += \
adb \
+PRODUCT_HOST_PACKAGES += \
+ adb \
+ adbd \
+ e2fsck \
+ mke2fs \
+ selinux_policy \
+ toybox \
+ tzdata_host \
+ tzdata_host_runtime_apex \
+ tzlookup.xml_host_runtime_apex \
+ tz_version_host \
+ tz_version_host_runtime_apex \
+
# Device modules
PRODUCT_PACKAGES += \
adbd \