Merge "Include integration test unittests in atest_unittests" into main
diff --git a/atest/Android.bp b/atest/Android.bp
index b5cadd5..7337b1d 100644
--- a/atest/Android.bp
+++ b/atest/Android.bp
@@ -34,7 +34,6 @@
         "ca_certs_locater",
     ],
     exclude_srcs: [
-        "integration_tests/*.py",
         "asuite_lib_test/*.py",
         "proto/*.py",
         "tf_proto/*.py",
@@ -58,6 +57,7 @@
         "bazel/resources/**/*",
     ],
     exclude_srcs: [
+        "integration_tests/*.py",
         "*_unittest.py",
         "**/*_unittest.py",
     ],