summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTodd Kennedy <toddke@google.com>2015-10-22 15:22:15 -0700
committerTodd Kennedy <toddke@google.com>2015-10-23 10:03:52 -0700
commit22d31ce57f956ef2f914179b8a73f64edc885276 (patch)
treeadaca52f7686e605ed564465bf15c63e64360cc3 /Android.mk
parent714b00201443c541fc9a87fa45fe515b33a34b9e (diff)
downloadandroid_packages_apps_PackageInstaller-22d31ce57f956ef2f914179b8a73f64edc885276.tar.gz
android_packages_apps_PackageInstaller-22d31ce57f956ef2f914179b8a73f64edc885276.tar.bz2
android_packages_apps_PackageInstaller-22d31ce57f956ef2f914179b8a73f64edc885276.zip
Remove InstallFlowAnalytics
These were no longer being used and they were broken with a recent change adjusting the flow of the PackageInstaller. Bug: 24542039 Change-Id: I14b98dd0f8cdb69d31eab54a3f1b96048263c222
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 4b2864ba..39a273ca 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,8 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
- $(call all-java-files-under, src) \
- src/com/android/packageinstaller/EventLogTags.logtags
+ $(call all-java-files-under, src)
LOCAL_STATIC_JAVA_LIBRARIES += \
android-support-v4 \