summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2019-10-25 13:23:25 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-25 13:23:25 -0700
commit656ccdf85c64b36cbc04f8bf5b45aba5a5439e10 (patch)
treeac2d8272b06e7e9f57785c5d404fe41da8533223
parent50e3ac9499e69e724eb84c2ca84b0ce824df46e1 (diff)
parentf2ce557195ee564d8fd8dbe07030d0bf2791e2a2 (diff)
downloadvoip-656ccdf85c64b36cbc04f8bf5b45aba5a5439e10.tar.gz
Merge "Add required header_libs" am: 8cb93893ec am: bb2ad62fc4
am: f2ce557195 Change-Id: Iabf3eb8152b113092b6cc6c2291785af1196e9e2
-rw-r--r--src/jni/rtp/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jni/rtp/Android.bp b/src/jni/rtp/Android.bp
index bdd5071..6443900 100644
--- a/src/jni/rtp/Android.bp
+++ b/src/jni/rtp/Android.bp
@@ -26,6 +26,10 @@ cc_library_shared {
"G711Codec.cpp",
"GsmCodec.cpp",
],
+ header_libs: [
+ "libmedia_headers",
+ ],
+
shared_libs: [
"libnativehelper",
"libcutils",