summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2016-04-26 13:43:22 -0700
committercretin45 <cretin45@gmail.com>2016-04-27 10:35:48 -0700
commit81092777554443484cd871756ea22dfe2b841e82 (patch)
treeef5781eab3cd1c64447315e229d1fccad4727016 /Android.mk
parent941aa1e1e2459c83c19a27aac2de1bf0370a2717 (diff)
downloadpackages_apps_SetupWizard-81092777554443484cd871756ea22dfe2b841e82.zip
packages_apps_SetupWizard-81092777554443484cd871756ea22dfe2b841e82.tar.gz
packages_apps_SetupWizard-81092777554443484cd871756ea22dfe2b841e82.tar.bz2
SetupWizard: Ensure compliance with GMS TOS
* Launches GMS TOS per documentation * Filters out redundant location page if GMS present * Uses setupwizardlib for some helper functions * Hide notification icons Issue-id: CYNGNOS-2599 Change-Id: I4b59592f0b84d0eb0eafe365eab3bad77c1f76ff
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 3156925..9458ef0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,4 +28,6 @@ LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dir))
LOCAL_AAPT_FLAGS := --auto-add-overlay
LOCAL_AAPT_FLAGS += --extra-packages com.google.android.gms
+include frameworks/opt/setupwizard/library/common.mk
+
include $(BUILD_PACKAGE)