commit | 9ff780e58ff96ff98acaae4166bb218880bf9e73 | [log] [tgz] |
---|---|---|
author | jiabin <jiabin@google.com> | Mon Mar 19 18:19:52 2018 -0700 |
committer | jiabin <jiabin@google.com> | Wed Mar 28 10:17:36 2018 -0700 |
tree | b54bf56b7f6ebc5950064d2908004abfe35d7162 | |
parent | 2ca700737c14edc9141af170ee278853fd99fa87 [diff] [blame] |
Support query microphones information. Get list of all/currently active microphones from hal. Bug: 64038649 Test: Manual Testing and Cts test Change-Id: Id39cae38ba040f9bc91571e713487f87c2eb67b0
diff --git a/media/libaudiohal/4.0/Android.bp b/media/libaudiohal/4.0/Android.bp index 3d104ab..833defa 100644 --- a/media/libaudiohal/4.0/Android.bp +++ b/media/libaudiohal/4.0/Android.bp
@@ -26,6 +26,7 @@ shared_libs: [ "libaudiohal_deathhandler", "libaudioutils", + "libbinder", "libcutils", "liblog", "libutils",