Convert libmedialogservice to Android.bp
See build/soong/README.md for more information about Soong.
Removes AUDIOSERVER_MULTILIB which doesn't effectively do much for this
code -- we'll only build and install the versions necessary to support
the libraries/binaries depending on this library.
Test: mmma frameworks/av/services/medialog
Change-Id: Id47b1de95d3c62f0d2dbef69b26fefd6128e7f7e
Merged-In: Id47b1de95d3c62f0d2dbef69b26fefd6128e7f7e
Exempt-From-Owner-Approval: simple backport
(cherry picked from commit efbff675a701d59455004db93736eaca801e5453)
(cherry picked from commit e53db386f14a57d5d7ae280cc2c84c564c6092dc)
diff --git a/Android.bp b/Android.bp
index b207a96..4cdb881 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,5 +3,6 @@
"drm/*",
"media/*",
"radio",
+ "services/*",
"soundtrigger",
]