summaryrefslogtreecommitdiff
path: root/voice_processing
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-11-15 08:55:25 +1100
committerSimon Shields <keepcalm444@gmail.com>2016-12-17 17:30:49 +1100
commit5bdb6f36064da9a847ef49264f1e7cc6a444be89 (patch)
tree7d6f19382c9a8ad134fa88c74eb2cf4e68f091e3 /voice_processing
parent9e259a713d1d21edb50f19ae4dec05f6c32f4696 (diff)
flo: cleanup the tree
AOSP has abandoned us now, we may as well make things look a bit prettier. Change-Id: I09f48ae1b565f05b0ac0ae6bb18a4a2100402e45
Diffstat (limited to 'voice_processing')
-rw-r--r--voice_processing/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/voice_processing/Android.mk b/voice_processing/Android.mk
index 45db19c..5062f60 100644
--- a/voice_processing/Android.mk
+++ b/voice_processing/Android.mk
@@ -5,10 +5,10 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
- voice_processing_descriptors.c
+ voice_processing_descriptors.c
LOCAL_C_INCLUDES += \
- $(call include-path-for, audio-effects)
+ $(call include-path-for, audio-effects)
LOCAL_MODULE := libqcomvoiceprocessingdescriptors
@@ -18,4 +18,4 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-endif \ No newline at end of file
+endif