Introduce Emergency Number Tracker
- Introduce EmergencyNumberTracker that handles the radio indication
of emergency number updates and the update of ECC database based on
the country ISO
- Configure ecc-protos-lite library to be ready to use Eccdata
- Introduce RIL commands for the indication and PhoneStateListener
- Add dumpy system for EmergencyNumberTracker
- Deploy some implementation in TelephonyRegistry,
TelephonyComponentFactory, and Phone classes, to be ready to further
connect with the API implementation
- Implement EmergencyNumberTrackerTest
Test: Treehugger; atest EmergencyNumberTrackerTest
Bug: 112657134
Change-Id: I13d41044dc431e26ae0ca3b1cd7bba234a86364e
Merged-In: I13d41044dc431e26ae0ca3b1cd7bba234a86364e
(cherry picked from commit 4d489c6f74b39de43a3bae4fdcfb5bfb7c20aac9)
diff --git a/Android.bp b/Android.bp
index 9f5459b..80070b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,7 @@
],
static_libs: [
"telephony-protos",
+ "ecc-protos-lite",
"android.hardware.radio-V1.0-java",
"android.hardware.radio-V1.1-java",
"android.hardware.radio-V1.2-java",