Merge change 8178 into donut
* changes: Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script
This commit is contained in:
@@ -24,6 +24,7 @@ NDK_LOCAL_VARS := \
|
||||
LOCAL_CXXFLAGS \
|
||||
LOCAL_CPPFLAGS \
|
||||
LOCAL_LDFLAGS \
|
||||
LOCAL_LDLIBS \
|
||||
LOCAL_ARFLAGS \
|
||||
LOCAL_CPP_EXTENSION \
|
||||
LOCAL_STATIC_LIBRARIES \
|
||||
|
||||
@@ -17,7 +17,8 @@ current version
|
||||
LOCAL_LDLIBS := -lz
|
||||
|
||||
Actually work correctly, instead of having the linker complaining that it
|
||||
could not find the corresponding libz.so library.
|
||||
could not find the corresponding libz.so library. Also clear LOCAL_LDLIBS
|
||||
in $(CLEAR_VARS) script.
|
||||
|
||||
- Generate thumb binaries by default.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user