min_sdk_version should be (level) and not (kind+level).

system_current is only meaningful to sdk_version. min_sdk_version should
provide information about the version of the device and not the
api surface the jar file was compiled against

Test: no change in ninja file
Bug: 208456999
Change-Id: I6bf4e855032b41d0da44b672168eb3a681abefa0
diff --git a/packages/AppPredictionLib/Android.bp b/packages/AppPredictionLib/Android.bp
index 5a68fdc..31c1936 100644
--- a/packages/AppPredictionLib/Android.bp
+++ b/packages/AppPredictionLib/Android.bp
@@ -25,7 +25,7 @@
     name: "app_prediction",
 
     sdk_version: "system_current",
-    min_sdk_version: "system_current",
+    min_sdk_version: "current",
 
     srcs: [
         "src/**/*.java",