aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/android/BUILD
diff options
context:
space:
mode:
authorGravatar Jingwen Chen <jingwen@google.com>2018-08-10 14:34:16 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-10 14:36:10 -0700
commit50af3b73ad40f37ee9f6be989d630d7ae32b4767 (patch)
tree80e556007522ffc850b60edcce1e79e09251deef /src/test/shell/bazel/android/BUILD
parent209c82eb5f56dceb30b9fab22c7cb8383507e131 (diff)
Add Android aapt and aapt2 integration tests
Closes #5770. PiperOrigin-RevId: 208269268
Diffstat (limited to 'src/test/shell/bazel/android/BUILD')
-rw-r--r--src/test/shell/bazel/android/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/shell/bazel/android/BUILD b/src/test/shell/bazel/android/BUILD
index da4d336b31..2f8d4a8eb3 100644
--- a/src/test/shell/bazel/android/BUILD
+++ b/src/test/shell/bazel/android/BUILD
@@ -35,6 +35,17 @@ sh_test(
)
sh_test(
+ name = "aapt_integration_test",
+ size = "large",
+ srcs = ["aapt_integration_test.sh"],
+ data = [
+ ":android_helper",
+ "//external:android_sdk_for_testing",
+ "//src/test/shell/bazel:test-deps",
+ ],
+)
+
+sh_test(
name = "aar_integration_test",
size = "large",
srcs = ["aar_integration_test.sh"],