Add min_sdk_version to NetworkStack dev bin/tests

This is necessary to run the NetworkStackNextTests on older platforms.
NetworkStackNextTests should pass on the same targets as
NetworkStackTests, so that when bumping NetworkStack SDK to
NetworkStackNext, the tests are known to pass.
The "next" targets should only differ by the build SDK version, not the
min_sdk_version, so there is no other difference to take care of when
bumping SDK.

Fixes: 173995979
Test: NetworkStackNextTests can be installed / run on released R

Change-Id: I10032ba6f2476fa3d56572fc507868658f86c70e
diff --git a/Android.bp b/Android.bp
index ca9d3ed..e09eaab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -43,6 +43,7 @@
 // Common defaults to define SDK level
 java_defaults {
     name: "NetworkStackDevApiLevel",
+    min_sdk_version: "29",
     sdk_version: "system_current",
 }