Snap for 6444285 from 959269e374fa3233d978a9763a318ff9ab25f9fb to r-keystone-qcom-release

Change-Id: I30baaacea4856b0338975fdefea0987e37d01bb0
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,
-        }
+        },
     },
 }