summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2014-05-14 16:39:33 -0700
committerJames Lemieux <jplemieux@google.com>2014-05-19 15:44:32 -0700
commit207a43712406ca88dcc381385ac6a276cb9417e6 (patch)
tree4414660a76bb16f9f5037b133df9c6f8729a7210 /Android.mk
parent03728036eefafaac9d05bb917fff3781eb52ebe4 (diff)
downloadandroid_packages_apps_UnifiedEmail-207a43712406ca88dcc381385ac6a276cb9417e6.tar.gz
android_packages_apps_UnifiedEmail-207a43712406ca88dcc381385ac6a276cb9417e6.tar.bz2
android_packages_apps_UnifiedEmail-207a43712406ca88dcc381385ac6a276cb9417e6.zip
Sanitize HTML for Android Email and the EML viewer
b/14567151 This check-in introduces the sanitizer class and the necessary build changes to compile it. A sibling checkin will actually call it. Change-Id: Ic01e44a5a1c6fcb919880f38a391d8475738886b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index bc81af2a9..913a9b0e6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,11 +24,6 @@ datetimepicker_dir := ../../../frameworks/opt/datetimepicker/res
res_dirs := res $(chips_dir) $(photo_dir) $(gridlayout_dir) $(datetimepicker_dir)
##################################################
-include $(CLEAR_VARS)
-
-include $(BUILD_MULTI_PREBUILT)
-
-##################################################
# Build APK
include $(CLEAR_VARS)
@@ -43,6 +38,7 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-gridlayout
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
LOCAL_STATIC_JAVA_LIBRARIES += android-opt-datetimepicker
+LOCAL_STATIC_JAVA_LIBRARIES += owasp-html-sanitizer
# STOPSHIP: Open source the wearable support jar
LOCAL_STATIC_JAVA_LIBRARIES += prebuilt-wearable-support