summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2020-01-13 21:39:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-01-13 21:39:07 +0000
commit1f7f1a6160b0c5153d412a1517c3b9c55b22dab5 (patch)
tree8c28436d38781bedb42070f16f4609a59ebc8c0b
parentffdfbbe4e19065f89791acf00f7ed9c538df6bf1 (diff)
parent9ff161864cc503944deeb38322caec949a2a3c5f (diff)
downloadvoip-1f7f1a6160b0c5153d412a1517c3b9c55b22dab5.tar.gz
Merge "Add device descriptor to AudioEffect constructor"
-rw-r--r--src/jni/rtp/Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/jni/rtp/Android.bp b/src/jni/rtp/Android.bp
index 6443900..c938224 100644
--- a/src/jni/rtp/Android.bp
+++ b/src/jni/rtp/Android.bp
@@ -31,12 +31,13 @@ cc_library_shared {
],
shared_libs: [
- "libnativehelper",
+ "libaudioclient",
+ "libaudiofoundation",
"libcutils",
- "libutils",
"liblog",
- "libaudioclient",
+ "libnativehelper",
"libstagefright_amrnb_common",
+ "libutils",
],
static_libs: [
"libgsm",