Set min_sdk_version to be part of mainline modules am: dd66b18a9f am: a8a2f8b68e

Change-Id: I8b6325faf1c5cda76ba1fc15777dd1bbbd25e633
diff --git a/Android.bp b/Android.bp
index 62b88dc..736dfd2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -64,6 +64,7 @@
         "com.android.adbd",
         "com.android.media.swcodec",
     ],
+    min_sdk_version: "29",
 }
 
 cc_genrule {
@@ -97,6 +98,7 @@
         "com.android.adbd",
         "com.android.media.swcodec",
     ],
+    min_sdk_version: "29",
 }
 
 cc_genrule {
@@ -140,6 +142,7 @@
         "com.android.adbd",
         "com.android.media.swcodec",
     ],
+    min_sdk_version: "29",
 }
 
 cc_object {
@@ -221,6 +224,7 @@
         "com.android.adbd",
         "com.android.media.swcodec",
     ],
+    min_sdk_version: "29",
 }
 
 // Example ASan-ified libminijail shared library for target.
@@ -463,6 +467,6 @@
     target: {
         darwin: {
             enabled: false,
-        }
+        },
     },
 }