Merge change 8016 into donut
* changes: Fix compilation of assembly files (e.g. foo.S), by removing a typo.
This commit is contained in:
@@ -404,7 +404,7 @@ compile-c-source = $(eval $(call ev-compile-c-source,$1,$(1:%.c=%.o)))
|
||||
# Usage : $(call compile-s-source,<srcfile>)
|
||||
# Rationale : Setup everything required to build a single Assembly source file
|
||||
# -----------------------------------------------------------------------------
|
||||
compile-s-source = $(eval $(call ev-compile-s-source,$1,$(1:%.S=%.o)))
|
||||
compile-s-source = $(eval $(call ev-compile-c-source,$1,$(1:%.S=%.o)))
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
@@ -30,5 +30,7 @@ current version
|
||||
|
||||
- Add support for LOCAL_C_INCLUDES in Android.mk
|
||||
|
||||
- Fix compilation of assembler files (e.g. foo.S)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
android-1.5_r1 released.
|
||||
|
||||
Reference in New Issue
Block a user