DO NOT MERGE 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 1fd2fc6..2e19d00 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 \
@@ -89,7 +90,8 @@
   LOCAL_USE_AAPT2 := true
 
   LOCAL_JAVA_LIBRARIES := \
-      android.car
+      android.car \
+      telephony-common
 
   LOCAL_STATIC_ANDROID_LIBRARIES := \
       androidx.car_car \