summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2015-04-18 11:40:43 +0700
committercretin45 <cretin45@gmail.com>2015-04-20 15:53:19 -0700
commitdd500a1f42e65043595840c173cd5a4763f6099d (patch)
treed678833c1dbfece1740c3eb6301da37abd1a3482 /Android.mk
parent317a6cb89108e97b2e61f912f23928d58c6ca874 (diff)
downloadpackages_apps_SetupWizard-dd500a1f42e65043595840c173cd5a4763f6099d.zip
packages_apps_SetupWizard-dd500a1f42e65043595840c173cd5a4763f6099d.tar.gz
packages_apps_SetupWizard-dd500a1f42e65043595840c173cd5a4763f6099d.tar.bz2
SetupWizard: don't access SubscriptionController directly
SubscriptionController exists in the telephony process and cannot be accessed by SetupWizard. getInstance() will always return null. Change-Id: I017682d3aad539e1954348664b1c1fec7f76009d
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index aa8859d..3f1db8c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,9 +17,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
play \
libphonenumber
-LOCAL_JAVA_LIBRARIES := \
- telephony-common
-
# Include res dir from chips
google_play_dir := ../../../external/google/google_play_services/libproject/google-play-services_lib/res
res_dir := $(google_play_dir) res