Skip to content

Commit

Permalink
Add test for --experimental_skip_parsing_action
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed May 25, 2018
1 parent 8d81927 commit 3f2b10e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/shell/bazel/android/aapt_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,14 @@ function test_build_with_aapt2() {
assert_build //java/bazel:bin --android_aapt=aapt2
}

function test_build_with_aapt2_skip_parsing_action() {
create_new_workspace
setup_android_sdk_support
create_android_binary

assert_build //java/bazel:bin \
--android_aapt=aapt2 \
--experimental_skip_parsing_action
}

run_suite "aapt/aapt2 integration tests"

0 comments on commit 3f2b10e

Please sign in to comment.