aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2019-09-16 14:22:23 -0700
committerAndreas Huber <andih@google.com>2019-09-16 14:22:23 -0700
commitc5a5f74e15e9b36507b6aa8009edfd81566f052f (patch)
treee2ae02b85987f58f3b30bac84dfee8c0681cccfa
parent8b25b5983fe7d638a3cc3af4657c5dd8ac096a66 (diff)
downloadlibsrtp2-c5a5f74e15e9b36507b6aa8009edfd81566f052f.tar.gz
Enable libsrtp2 on the device.
Change-Id: Ia5f1800aebbe1472ed971f95899e7f37d210362c
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7344864..a14ce10 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
-cc_library_host_static {
+cc_library_static {
+ host_supported: true,
name: "libsrtp2",
srcs: [
"crypto/cipher/aes.c",