Snap for 7080740 from 14a10066bfcaa18e8fa7f56d21cd34decc6109b0 to mainline-conscrypt-release

Change-Id: I6e95ae820735b9df28777541070c8ae49a40f0fc
diff --git a/Android.bp b/Android.bp
index 8a00674..294bb94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,7 @@
     },
     local_include_dirs: ["include"],
     export_include_dirs: ["include"],
+    min_sdk_version: "29",
 }
 
 // This is built into libbase.  If you want to use this library, link to libbase instead.
@@ -36,7 +37,6 @@
         "//apex_available:anyapex",
         "//apex_available:platform",
     ],
-    min_sdk_version: "29",
 }
 
 cc_library_static {