aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Alex Humesky <ahumesky@google.com>2015-10-27 19:58:39 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2015-10-28 16:02:09 +0000
commit225681824fc786e1717168d513e7cfb9cf359254 (patch)
tree45236d8fc429195783689f5e330336bc3e3b8247 /src
parent3f344f33eda2fbbc7c3c1356f17a75da854e78a2 (diff)
Fixes src/test/shell/bazel/android:android_integration_test to work with sandboxing.
-- MOS_MIGRATED_REVID=106426071
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/bazel/android/android_integration_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/bazel/android/android_integration_test.sh b/src/test/shell/bazel/android/android_integration_test.sh
index 5c56de877a..1a65c31025 100755
--- a/src/test/shell/bazel/android/android_integration_test.sh
+++ b/src/test/shell/bazel/android/android_integration_test.sh
@@ -52,6 +52,7 @@ cc_library(
cc_library(
name = "jni_dep",
srcs = ["jni_dep.cc"],
+ hdrs = ["jni_dep.h"],
)
EOF