libmediaplayerservice: Build both shared and static libraries
Also, build StagefrightRecorderTest to use static libmediaplayerservice
This helps in testing both 32bit and 64bit StagefrightRecorderTest
binaries on the device.
Bug: 178228919
Test: /data/local/tmp/StagefrightRecorderTest using both 32bit and 64bit
binaries
Change-Id: Iac2a0d8f40e7ef6b46a1a61c8f4de72cebdd79ce
diff --git a/media/libmediaplayerservice/Android.bp b/media/libmediaplayerservice/Android.bp
index 5301f5c..fef5059 100644
--- a/media/libmediaplayerservice/Android.bp
+++ b/media/libmediaplayerservice/Android.bp
@@ -1,4 +1,4 @@
-cc_library_shared {
+cc_library {
srcs: [
"ActivityManager.cpp",