Merge "Add nist-sip as static lib since ext.jar does not include it anymore." am: e01e72e5e3 am: 0175689d85
am: 0743492996

Change-Id: If0ec2f5e93391ad20a8cbe7f8a65628b75def1c4
diff --git a/Android.bp b/Android.bp
index 6034006..7f2d193 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,5 +32,8 @@
     name: "voip-common",
     installable: true,
     srcs: [":opt-net-voip-srcs"],
+    static_libs: [
+        "nist-sip",
+    ],
     required: ["librtp_jni"],
 }