Merge "Pass --legacy to aapt2 compile for DownloadProvider"
diff --git a/Android.bp b/Android.bp
index 8b70d7a..0763374 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,6 +37,8 @@
     jacoco: {
         include_filter: ["com.android.providers.downloads.*"],
     },
+
+    aaptflags: ["--legacy"],
 }
 
 filegroup {