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
Merged-In: If165768e9097d1c95980883f1fe6e1aacae97506
1 file changed