Merge "Add required header_libs" am: 8cb93893ec
am: bb2ad62fc4

Change-Id: I6ec47d14add8b3d11781ccdd7c758a80ba7a0efe
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 @@
         "G711Codec.cpp",
         "GsmCodec.cpp",
     ],
+    header_libs: [
+        "libmedia_headers",
+    ],
+
     shared_libs: [
         "libnativehelper",
         "libcutils",