Specify is_stubs_module property

This change specifies is_stubs_module property to a module that
provides stubs, so that the build system recognizes it and can be used
for inter-container dependency.

Test: m nothing
Bug: 338660802
Change-Id: I817d13efbe63682da0b185ed625cd0dff74f5610
diff --git a/annotation-stubs/Android.bp b/annotation-stubs/Android.bp
index 929eb59..472fd82 100644
--- a/annotation-stubs/Android.bp
+++ b/annotation-stubs/Android.bp
@@ -43,6 +43,7 @@
             enabled: true,
         },
     },
+    is_stubs_module: true,
 }
 
 python_binary_host {