Add premium SMS access settings.

Premium SMS has an overlayable config value for easily turning off the entry point for OEMs who choose not to support the feature.

Bug: 122824071

Test: build and deploy, RunCarSettingsRoboTests
Change-Id: Iaa58b080397c47e0cdef1f1b3a06abbcbfb2f2af
diff --git a/Android.mk b/Android.mk
index f6a3ede..5ee8edd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,7 +29,8 @@
   LOCAL_USE_AAPT2 := true
 
   LOCAL_JAVA_LIBRARIES := \
-      android.car
+      android.car \
+      telephony-common
 
   LOCAL_STATIC_ANDROID_LIBRARIES := \
       androidx.car_car \
@@ -91,7 +92,8 @@
   LOCAL_USE_AAPT2 := true
 
   LOCAL_JAVA_LIBRARIES := \
-      android.car
+      android.car \
+      telephony-common
 
   LOCAL_STATIC_ANDROID_LIBRARIES := \
       androidx.car_car \