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
diff --git a/shared/config/init.vsoc.rc b/shared/config/init.vsoc.rc
index 0ebd8c1..fc364ed 100644
--- a/shared/config/init.vsoc.rc
+++ b/shared/config/init.vsoc.rc
@@ -1,8 +1,6 @@
 on early-init
 #    loglevel 8
     symlink /sdcard /storage/sdcard0
-    symlink /profile /.profile
-    chmod 0555 /profile
     mkdir /var/run 0755 root root
     mkdir /var/run/media 0755 media root
     mkdir /var/run/system 0755 system root
diff --git a/shared/config/profile.root b/shared/config/profile.root
deleted file mode 100755
index 4056118..0000000
--- a/shared/config/profile.root
+++ /dev/null
@@ -1,12 +0,0 @@
-export ANDROID_ASSETS=/system/app
-export ANDROID_BOOTLOGO=1
-export ANDROID_DATA=/data
-export ANDROID_ROOT=/system
-export ANDROID_STORAGE=/storage
-export ASEC_MOUNTPOINT=/mnt/asec
-export BOOTCLASSPATH=/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/android.test.base.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/mms-common.jar:/system/framework/android.policy.jar:/system/framework/apache-xml.jar
-export EXTERNAL_STORAGE=/storage/emulated/legacy
-export LOOP_MOUNTPOINT=/mnt/obb
-export OPTIND=1
-export PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
-export SYSTEMSERVERCLASSPATH=/system/framework/services.jar:/system/framework/ethernet-service.jar:/system/framework/wifi-service.jar
diff --git a/shared/device.mk b/shared/device.mk
index 6aaabe4..ca05ef7 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -104,7 +104,6 @@
     device/google/cuttlefish/shared/config/media_codecs.xml:system/etc/media_codecs.xml \
     device/google/cuttlefish/shared/config/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \
     device/google/cuttlefish/shared/config/media_profiles.xml:system/etc/media_profiles.xml \
-    device/google/cuttlefish/shared/config/profile.root:root/profile \
     device/google/cuttlefish/shared/config/fstab.vsoc:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.vsoc \
     frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
     frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \