summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2019-07-23 10:16:56 +0100
committerNeil Fuller <nfuller@google.com>2019-07-23 10:17:51 +0100
commit7cb0eea7d0087ddae9ac738906dc942b6af1ed27 (patch)
treeee2a3d5dfe69e5353d64c8daf5d4502f36a3752b
parentf9fe78cbb172474a8d94a3a29bb9c32a4d8340d7 (diff)
downloadUnifiedEmail-7cb0eea7d0087ddae9ac738906dc942b6af1ed27.tar.gz
Remove build-time dep on opt-datetimepicker
Remove build-time dependency on opt-datetimepicker from the UnifiedEmail app. The dependency appears to be unnecessary. Bug: 16550209 Test: build only Change-Id: I46db4f48fdcd5c20d119f72b7e7e559a3b21eceb
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 45e64ff31..ae10feb53 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,8 +32,7 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \
androidx.appcompat_appcompat \
androidx.gridlayout_gridlayout \
androidx.legacy_legacy-support-v13 \
- android-opt-bitmap \
- android-opt-datetimepicker
+ android-opt-bitmap
LOCAL_STATIC_JAVA_LIBRARIES := \
androidx.annotation_annotation \