aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bb4bef6..b9ccb5b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,9 @@ cc_library_static {
],
cflags: ["-Wno-unused-parameter"],
export_include_dirs: ["."],
+ include_dirs: [
+ "external/protobuf",
+ ],
proto: {
type: "lite",
export_proto_headers: true,
@@ -56,6 +59,8 @@ cc_library_static {
],
include_dirs: [
"external/private-join-and-compute",
+ "external/protobuf",
+
]
},
sanitize: {