diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-09-08 10:31:43 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-08 10:31:43 -0700 |
commit | df82cd1a094fd721331f22c0b355b7e1629f3264 (patch) | |
tree | 00b78c44a7448e1510a95f186693e218e14af91f | |
parent | 2d68a626331a7dc5dea5bcc3ff25f3d04942109a (diff) | |
parent | e4b64b6b12da0ed7ebba759eed3deaefa6efe2cd (diff) | |
download | device_samsung_crespo-df82cd1a094fd721331f22c0b355b7e1629f3264.zip device_samsung_crespo-df82cd1a094fd721331f22c0b355b7e1629f3264.tar.gz device_samsung_crespo-df82cd1a094fd721331f22c0b355b7e1629f3264.tar.bz2 |
Merge "Make libasound optional" into gingerbread
-rw-r--r-- | alsa-lib/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alsa-lib/Android.mk b/alsa-lib/Android.mk index 7905630..f4003de 100644 --- a/alsa-lib/Android.mk +++ b/alsa-lib/Android.mk @@ -71,6 +71,8 @@ LOCAL_SRC_FILES := $(filter-out src/pcm/pcm_shm.c, $(LOCAL_SRC_FILES)) LOCAL_SRC_FILES := $(filter-out src/pcm/scopes/level.c, $(LOCAL_SRC_FILES)) LOCAL_SRC_FILES := $(filter-out src/shmarea.c, $(LOCAL_SRC_FILES)) +LOCAL_MODULE_TAGS := optional + include $(BUILD_STATIC_LIBRARY) endif |