Remove usages of SettingsLibDefaults from telephony
Remove usages of SettingsLibDefaults from build files in telephony
Bug: 146915886
Test: boot and make a call
Change-Id: Ied45d8194263151819a733ddfcee315a14bf612c
diff --git a/client/Android.bp b/client/Android.bp
index 4b832f7..3c397b2 100644
--- a/client/Android.bp
+++ b/client/Android.bp
@@ -26,6 +26,10 @@
"TeleServiceLib",
],
+ static_libs: [
+ "androidx.appcompat_appcompat",
+ ],
+
srcs: [
"src/**/*.java"
],
@@ -37,8 +41,6 @@
certificate: "platform",
privileged: true,
- defaults: ["SettingsLibDefaults"],
-
proto: {
type: "lite",
},