CtsMediaBitstreamsTestCases: bitstreams package via annotation

There are two configurations for the CtsMediaBitstreamsTestCases.
The default configuration is "standard", which contains 10-12 bit
bitstreams in codecs h264, hevc, vp8, and vp9. The "full"
configuration is a superset of "standard", and about 50 times larger.
The default configuration is "standard".  Use the annotation
android.media.cts.bitstreams.FullPackage to select the full subset.

Bug: 64342361
Test:  cts-tradefed run cts -m CtsMediaBitstreamsTestCases --module-arg \
  CtsMediaBitstreamsTestCases:include-annotation:android.media.cts.bitstreams.FullPackage

Change-Id: I1e78f556b0e136c63faa86c83b647e05b7018f79
diff --git a/hostsidetests/media/bitstreams/AndroidTest.xml b/hostsidetests/media/bitstreams/AndroidTest.xml
index 71c8519..2603aba 100644
--- a/hostsidetests/media/bitstreams/AndroidTest.xml
+++ b/hostsidetests/media/bitstreams/AndroidTest.xml
@@ -28,5 +28,8 @@
         <option name="runtime-hint" value="4h50m" />
         <!-- shard-unit must be class -->
         <option name="shard-unit" value="class" />
+        <!-- remove exclude-annotation option and use include-annotation
+          android.media.cts.bitstreams.FullPackage instead to run full package -->
+        <option name="exclude-annotation" value="android.media.cts.bitstreams.FullPackage" />
     </test>
 </configuration>