commit | 0412f73c6eb83e51832b9b7aaa57a4dc0239e6a5 | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Mon Aug 17 14:43:36 2020 -0700 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Fri Sep 11 12:39:20 2020 -0700 |
tree | 4c0803d4e215de220b0c2c15ca50c79959f47eda | |
parent | 10a7efe0387b11acc57cf6cea3f2ae594b1d8907 [diff] [blame] |
Convert IAAudioClient to AIDL Bug: 160253486 Test: Manual testing using OboeTester Ran atest CtsNativeMediaAAudioTestCases Change-Id: I18e6c03144c59ce78181abf7c509c21f2724ad22
diff --git a/services/oboeservice/Android.bp b/services/oboeservice/Android.bp index 8b1e2c0..b4559a5 100644 --- a/services/oboeservice/Android.bp +++ b/services/oboeservice/Android.bp
@@ -57,6 +57,10 @@ "libutils", ], + export_shared_lib_headers: [ + "libaaudio_internal", + ], + header_libs: [ "libaudiohal_headers", ],