OSDN Git Service

split audio policy library
authorEric Laurent <elaurent@google.com>
Wed, 21 May 2014 15:04:50 +0000 (08:04 -0700)
committerEric Laurent <elaurent@google.com>
Wed, 21 May 2014 15:04:50 +0000 (08:04 -0700)
Split the audio policy library into the service part
and the policy part. This will allow OEMs to customize
the policy part.

Change-Id: I3b33d7e0cfd70595b806e3267af8a6a7b5571ec2

target/product/base.mk

index 548fb31..e536b87 100644 (file)
@@ -42,7 +42,8 @@ PRODUCT_PACKAGES += \
     libandroid_servers \
     libaudioeffect_jni \
     libaudioflinger \
-    libaudiopolicy \
+    libaudiopolicyservice \
+    libaudiopolicymanager \
     libbundlewrapper \
     libcamera_client \
     libcameraservice \