Merge "Specify default_to_stubs property in org.apache.http.legacy module definition" into main am: c1a9790da8 am: 06ca28b6cf

Original change: https://android-review.googlesource.com/c/platform/external/apache-http/+/3187664

Change-Id: Ia9a9b66eff8db283b7395754434d1d15c357badd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 58a8af8..cb5c79b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -106,6 +106,7 @@
         "--subtract-api $(location :frameworks-base-api-current.txt)",
     ],
     dist_group: "android",
+    default_to_stubs: true,
 }
 
 // Make the current.txt available for use by the cts/tests/signature and /vendor tests.