summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2020-01-13 13:51:01 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-13 13:51:01 -0800
commit3b7ee69840d80df1559fcebd5fa35243f9cc82a6 (patch)
tree8c28436d38781bedb42070f16f4609a59ebc8c0b
parentffdfbbe4e19065f89791acf00f7ed9c538df6bf1 (diff)
parent1f7f1a6160b0c5153d412a1517c3b9c55b22dab5 (diff)
downloadvoip-3b7ee69840d80df1559fcebd5fa35243f9cc82a6.tar.gz
Merge "Add device descriptor to AudioEffect constructor"
am: 1f7f1a6160 Change-Id: I00e3e6d87b48168e5abe8f67141404206568ac12
-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",