Remove non-existent components in shared/device.mk

The components in shared/device.mk, removed here do not exist in master any
more. Some might even cause presubmit failure if mainline makefiles are used.
E.g. scp exists in pi-dev, and will cause build failure on pi_dev-plus-aosp
if mainline makefiles are used as the basis of CF product makefiles.

Bug: 133463740
Test: built aosp_x86, boot and browse the web successfully
Change-Id: Ia5a224f89460c8007bcc524f03f035a7adba3d1c
diff --git a/shared/device.mk b/shared/device.mk
index 7ae9c21..8f4d719 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -60,9 +60,6 @@
 # Packages for various GCE-specific utilities
 #
 PRODUCT_PACKAGES += \
-    audiotop \
-    dhcpcd_wlan0 \
-    gce_fs_monitor \
     socket_forward_proxy \
     socket_vsock_proxy \
     usbforward \
@@ -80,13 +77,8 @@
 # Packages for AOSP-available stuff we use from the framework
 #
 PRODUCT_PACKAGES += \
-    dhcpcd-6.8.2 \
-    dhcpcd-6.8.2.conf \
     e2fsck \
     ip \
-    network \
-    perf \
-    scp \
     sleep \
     tcpdump \
     wpa_supplicant \