summaryrefslogtreecommitdiff
path: root/packages.mk
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-01-05 11:52:45 -0800
committerEric Erfanian <erfanian@google.com>2018-01-05 11:57:00 -0800
commitfb112d870c3a564d2dcb0e72dcdcabb6e0375520 (patch)
treedbda20e83cb3458fefec613b56d4b9d0a4814e66 /packages.mk
parent417be6a9e3482472cce238e0a51b6367b86aba1f (diff)
Implement dialer blocked number phone lookup
This CL implements looking up the dialer internal database for blocked numbers when the system database is not available yet. Data is only invalidated when dialer is alive since that is the only time blocked numbers can be set and removed. Bug: 70989538,70989547 Test: DialerBlockedNumberPhoneLookupTest PiperOrigin-RevId: 180956355 Change-Id: Ie7acf091bf58a074d0a1ee39613fad035d2e6e60
Diffstat (limited to 'packages.mk')
-rw-r--r--packages.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.mk b/packages.mk
index a1cf7fc93..03268fd57 100644
--- a/packages.mk
+++ b/packages.mk
@@ -39,6 +39,7 @@ LOCAL_AAPT_FLAGS := \
com.android.dialer.notification \
com.android.dialer.oem \
com.android.dialer.phonelookup.database \
+ com.android.dialer.phonelookup.selector \
com.android.dialer.phonenumberutil \
com.android.dialer.postcall \
com.android.dialer.precall.impl \