Skip to content

Commit

Permalink
Add min_sdk_version for ART module.
Browse files Browse the repository at this point in the history
Bug: 180399951
Test: m
Change-Id: I648e2fc05a2f3d2acd3f2258c0a259f2aef44b33
  • Loading branch information
Nicolas Geoffray committed Mar 8, 2021
1 parent 191227a commit 83f4730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions JavaLibrary.bp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ java_defaults {
"-Xep:ConstantOverflow:WARN", // Known constant overflow in SplittableRandom
],
},
min_sdk_version: "31",
}

//
Expand Down
1 change: 1 addition & 0 deletions NativeCode.bp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cc_defaults {
enabled: false,
},
},
min_sdk_version: "S",
}

cc_defaults {
Expand Down

0 comments on commit 83f4730

Please sign in to comment.