summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2014-01-17 14:52:00 -0500
committerJason Monk <jmonk@google.com>2014-01-28 11:01:20 -0500
commitc6d71b86baf721d5de568248d1f538cc7d4adcd0 (patch)
treef9a33a9935c8bd5f72b27ad829feab747d5ced23 /Android.mk
parentb5f001d0a8dc50ed3e1d946361b799bf9c2e603b (diff)
downloadandroid_packages_apps_ManagedProvisioning-c6d71b86baf721d5de568248d1f538cc7d4adcd0.tar.gz
android_packages_apps_ManagedProvisioning-c6d71b86baf721d5de568248d1f538cc7d4adcd0.tar.bz2
android_packages_apps_ManagedProvisioning-c6d71b86baf721d5de568248d1f538cc7d4adcd0.zip
Prototype of splitting provisioning
Based on code from vendor/google/apps/NfcProvision. It uses a pre-specified action and a package name specified in the bump to launch the EDU specific pieces. It launches that activity and waits for a broadcast back in both the pre-MDM and post-MDM steps. Still needs the security check to make sure that the activity being launched is part of a privileged app. The MDM is currently specified by package and admin receiver in the nfc bump. This needs to be expanded to allow a download location rather than a package to enable and use. Change-Id: Iaabe8505c5e33c33ddec3122d2a17b07a6b243fc
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index ab459faf..e0d17a5b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,8 +5,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_STATIC_JAVA_LIBRARIES := google-common
-
LOCAL_PACKAGE_NAME := ManagedProvisioning
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true