aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2020-07-14 15:45:18 -0700
committerJorge E. Moreira <jemoreira@google.com>2020-07-14 15:45:18 -0700
commitd8f04c502bc1eba2f85305e3c2f62b53f5874a82 (patch)
treef6294e9cb2916d25c371d7e1d9d4a95dab9034ed
parent84adc12cf9ffa9391da66b09c1fcf476aff83450 (diff)
downloadlibsrtp2-d8f04c502bc1eba2f85305e3c2f62b53f5874a82.tar.gz
Export the include paths
The updated external/webrtc needs more than just srtp.h. In order to correctly include the other headers both the include and crypto/include directories need to be in the include path. Bug: 153469641 Test: m -j 128 Change-Id: If785330c8f9f2d69378d8a93a69ec3dfa15e6bb8
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a14ce10..785a441 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,8 @@ cc_library_static {
"-DHAVE_CONFIG_H",
],
export_include_dirs: [
+ "crypto/include",
+ "include",
"exported_include",
],
}