[RESTRICT AUTOMERGE] Fix xml merge issue CTS test for Android Security b/112005441

Fix merge issue that is causing problems

Bug: 112005441
Bug: 137950491
Test: Ran the new testcase on android-10.0.0_r1 with/without patch

Change-Id: Idd9d234be37785086bceffd4b6aefda40baa9d16
Merged-In: I554824b4a07664d2b607e4f3c9743931ced64fed
diff --git a/hostsidetests/securitybulletin/AndroidTest.xml b/hostsidetests/securitybulletin/AndroidTest.xml
index bb504fb..bc23aa8 100644
--- a/hostsidetests/securitybulletin/AndroidTest.xml
+++ b/hostsidetests/securitybulletin/AndroidTest.xml
@@ -209,14 +209,16 @@
         <option name="push" value="CVE-2019-2025->/data/local/tmp/CVE-2019-2025" />
 
         <!--__________________-->
-        <!-- Bulletin 2020-03 -->
-        <!-- Please add tests solely from this bulletin below to avoid merge conflict -->
-        <option name="push" value="CVE-2020-0069->/data/local/tmp/CVE-2020-0069" />
-        
         <!-- Bulletin 2019-09 -->
         <!-- Please add tests solely from this bulletin below to avoid merge conflict -->
         <option name="push" value="CVE-2019-9313->/data/local/tmp/CVE-2019-9313" />
         <option name="append-bitness" value="true" />
+
+        <!--__________________-->
+        <!-- Bulletin 2020-03 -->
+        <!-- Please add tests solely from this bulletin below to avoid merge conflict -->
+        <option name="push" value="CVE-2020-0069->/data/local/tmp/CVE-2020-0069" />
+        <option name="append-bitness" value="true" />
     </target_preparer>
 
     <!-- The following tests hit either 32-bit or 64-bit, but not both. All tests in this -->