Do not indent the source file lists in Android.mk files so we can easily compare them to the lists in the Makefile.am files.

This commit is contained in:
Tobias Brunner
2010-03-19 13:34:53 +01:00
parent 0f5a043989
commit d92b337fe9
3 changed files with 157 additions and 157 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
charon.c
charon.c
# build charon -----------------------------------------------------------------