Revert "[Mainline]Remove PhoneFactory.addLocalLog and PhoneFactory.localLog"
This reverts commit bf3c3c43792c7790dc6cc743c493d1c6eeca3401.
Reason for revert: This change was made to decouple TelephonyProvider
from telephony but that's not needed for R now. Adding local log back
to debug SMS db loss issue.
Bug: 153021568
Change-Id: I80b6c8dafe1d5b20572d40c0e730796ebe24807d
diff --git a/Android.bp b/Android.bp
index 24ea902..b5498d5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -4,6 +4,7 @@
srcs: ["src/**/*.java", "proto/**/*.proto"],
platform_apis: true,
certificate: "platform",
+ libs: ["telephony-common"],
static_libs: ["android-common", "telephonyprovider-protos"],
}