Skip to content

Commit

Permalink
Add sdk_version property to cts tests
Browse files Browse the repository at this point in the history
This change specifies the sdk_version property to the cts test modules
so that the test modules do not depend on the framework, and utilize the
test api instead.

Test: TH
Bug: 345499522
Change-Id: I21a49a8db4c2aad2d3a0695ece32ab6f08b40881
  • Loading branch information
jihoonkang0829 committed Jun 7, 2024
1 parent 9a79859 commit 4415d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/018-stack-overflow/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ java_test {
"cts",
"mcts-art",
],
sdk_version: "test_current",
}

// Test's expected standard output.
Expand Down
1 change: 1 addition & 0 deletions test/048-reflect-v8/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ java_test {
"cts",
"mcts-art",
],
sdk_version: "test_current",
}

// Test's expected standard output.
Expand Down

0 comments on commit 4415d5b

Please sign in to comment.