Drop obsolete profile file.

This file doesn't have any sepolicy, so building system-as-root doesn't
work for it. After some investigation, it seems that this file was
carried over from the gce target for ssh access, which is no longer
applicable to cuttlefish.

This change also removes the '.profile' symlink, for similar reasons.

Bug: 110097226
Change-Id: If3792fceeea513866ad8489d6c3cc100a479dbe0
Merged-In: If3792fceeea513866ad8489d6c3cc100a479dbe0
(cherry picked from commit 7cd93284facd438f95334cc110f9c54601878dc2)
diff --git a/shared/device.mk b/shared/device.mk
index ab2e7b6..623d561 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -106,7 +106,6 @@
     device/google/cuttlefish/shared/config/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
     device/google/cuttlefish/shared/config/camera_v1.json:$(TARGET_COPY_OUT_VENDOR)/etc/config/camera.json \
     device/google/cuttlefish/shared/config/init.vsoc.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.vsoc.rc \
-    device/google/cuttlefish/shared/config/ueventd.vsoc.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/ueventd.vsoc.rc \
     device/google/cuttlefish/shared/config/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
     device/google/cuttlefish/shared/config/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
     device/google/cuttlefish/shared/config/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \