Remove unnecessary PRODUCT_HOST_PACKAGES

adbd and toybox were desired on the target, but shouldn't be necessary
to build on the host.

selinux_policy_system is being removed from PRODUCT_HOST_PACKAGES in
build/make as well.

Test: treehugger
Change-Id: Id340b11e44d0593e6f89c0ce3113f1cc4c3f1272
Merged-In: Id340b11e44d0593e6f89c0ce3113f1cc4c3f1272
diff --git a/kernel-tests/goldfish_kernel_tests_x86_64.mk b/kernel-tests/goldfish_kernel_tests_x86_64.mk
index 63b3071..9e5e0cb 100644
--- a/kernel-tests/goldfish_kernel_tests_x86_64.mk
+++ b/kernel-tests/goldfish_kernel_tests_x86_64.mk
@@ -74,7 +74,6 @@
 
 PRODUCT_HOST_PACKAGES += \
     adb \
-    adbd \
 
 # QEMU
 PRODUCT_PACKAGES += \
@@ -113,7 +112,6 @@
 PRODUCT_HOST_PACKAGES += \
     e2fsck \
     mke2fs \
-    toybox \
 
 # SELinux
 PRODUCT_PACKAGES += \
@@ -125,9 +123,6 @@
     property_contexts \
     mac_permissions.xml \
 
-PRODUCT_HOST_PACKAGES += \
-    selinux_policy_system \
-
 PRODUCT_COPY_FILES += \
     $(THIS_DIR)/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml \
     $(THIS_DIR)/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \