commit | 24ba4816f378b0f87011ced509f873d437969760 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 01 00:33:45 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 01 00:33:45 2015 +0000 |
tree | fe7171067b8b652e6aad407974d0b1e91d207406 | |
parent | 503827280a2addfbc1215c891d80ce9258732e89 [diff] | |
parent | 04f6944e8d0babe00f5d27a2013402429c96a4a0 [diff] |
Merge "Update libaudioutils for host"
diff --git a/audio_utils/Android.mk b/audio_utils/Android.mk index 4047f82..fc6398d 100644 --- a/audio_utils/Android.mk +++ b/audio_utils/Android.mk
@@ -33,11 +33,14 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := \ channels.c \ + fifo.c \ format.c \ minifloat.c \ - primitives.c + primitives.c \ + roundup.c LOCAL_C_INCLUDES += \ $(call include-path-for, audio-utils) +LOCAL_CFLAGS := -D__unused= include $(BUILD_HOST_STATIC_LIBRARY) include $(CLEAR_VARS)