summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-06-26 17:05:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-26 17:05:33 +0000
commitc7c9b11ad3f09297ed65f9229e5b9bc2609dc553 (patch)
treee3d5984aa159f1ae9c4abe767578a942c9430945
parentf9cde871ff9760882a9faa8d975539d56e45fec0 (diff)
parentabbaacc6ac3de8b4d2bc69ef40cb1fd0aa9f6be4 (diff)
downloadUnifiedEmail-c7c9b11ad3f09297ed65f9229e5b9bc2609dc553.tar.gz
Merge "Pass --legacy to aapt2 compile for UnifiedEmail"
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index eb10c5f99..45e64ff31 100644
--- a/Android.mk
+++ b/Android.mk
@@ -55,6 +55,8 @@ LOCAL_PROGUARD_FLAG_FILES += proguard-test.flags
LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.mail.*,com.android.emailcommon.*,com.google.android.mail.*
+LOCAL_AAPT_FLAGS += --legacy
+
include $(BUILD_PACKAGE)
##################################################