aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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