commit | 464cf2be501ed703346b60292f9957a034dba44d | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Thu Oct 11 12:11:01 2018 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Thu Oct 11 12:15:07 2018 -0700 |
tree | f6797e4fab921ff50d10acdf93e3478ea0db5ecc | |
parent | 24bf51ae92285202bdbe3fa00c7c83e93c5a03e2 [diff] |
audioserver: Remove direct dependency on IAudioRecord.aidl audioserver should not link directly the code generated from IAudioRecord.aidl because it also gets it as a result of depending on libmedia.so and other libraries. Linking IAudioRecord.o directly causes violation of ODR because it contains global data. Bug: 117507477 Test: make Change-Id: If165768e9097d1c95980883f1fe6e1aacae97506