Skip to content

Commit 8f419fc

Browse files
committed
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
1 parent 49f323d commit 8f419fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/AppPredictionLib/Android.bp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android_library {
2525
name: "app_prediction",
2626

2727
sdk_version: "system_current",
28-
min_sdk_version: "system_current",
28+
min_sdk_version: "current",
2929

3030
srcs: [
3131
"src/**/*.java",

0 commit comments

Comments
 (0)