aboutsummaryrefslogtreecommitdiff
path: root/test/cpp/common/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/common/Android.bp')
-rw-r--r--test/cpp/common/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/common/Android.bp b/test/cpp/common/Android.bp
index 2f6eb43178..3c60a851ef 100644
--- a/test/cpp/common/Android.bp
+++ b/test/cpp/common/Android.bp
@@ -14,6 +14,9 @@ cc_test {
srcs: [
"alarm_test.cc",
],
+ header_libs: [
+ "libgrpc++_internal_headers",
+ ],
static_libs: [
"libgpr_test_util",
],