summaryrefslogtreecommitdiffstats
path: root/modules/Android.mk
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-04-20 16:38:05 -0700
committerDima Zavin <dima@android.com>2011-04-27 14:08:57 -0700
commit8cc353abc94a557dcff0f2989f7ca6351fcfdb08 (patch)
treedc2279a2b6dbcccfb90fe96628bc9819f872641a /modules/Android.mk
parent7e0331661814065af64cbd04b8b08e1264e8d6d9 (diff)
downloadhardware_libhardware-8cc353abc94a557dcff0f2989f7ca6351fcfdb08.zip
hardware_libhardware-8cc353abc94a557dcff0f2989f7ca6351fcfdb08.tar.gz
hardware_libhardware-8cc353abc94a557dcff0f2989f7ca6351fcfdb08.tar.bz2
libhardware: add stub audio and audio_policy modules
Change-Id: Ib6c0c49dbc369b735b2ac5fb5b583de96c3e9f3e Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'modules/Android.mk')
-rw-r--r--modules/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Android.mk b/modules/Android.mk
index a7278bb..04b9140 100644
--- a/modules/Android.mk
+++ b/modules/Android.mk
@@ -1,2 +1,2 @@
-hardware_modules := gralloc hwcomposer
+hardware_modules := gralloc hwcomposer audio
include $(call all-named-subdir-makefiles,$(hardware_modules))