Switch usages of legacy-test to android.test.base

The legacy-test library has been deprecated in favour of the
android.test.base library which will be exposed to developers in
similar manner to android.test.runner and android.test.mock.

Bug: 30188076
Test: make checkbuild && treehugger
Change-Id: Id8cd68d7559a4ecbb65ad5bf54e0b45d2534c039
Merged-In: Id8cd68d7559a4ecbb65ad5bf54e0b45d2534c039
(cherry picked from commit 8d339360c49f9320ef8a821dcbe490d3d397d39c)
diff --git a/shared/config/profile.root b/shared/config/profile.root
index cd4e2c8..4056118 100755
--- a/shared/config/profile.root
+++ b/shared/config/profile.root
@@ -4,7 +4,7 @@
 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/legacy-test.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 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