Merge change 8178 into donut

* changes:
  Ensure LOCAL_LDLIBS is cleared by the $(CLEAR_VARS) script
This commit is contained in:
Android (Google) Code Review
2009-07-23 01:26:26 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ NDK_LOCAL_VARS := \
LOCAL_CXXFLAGS \ LOCAL_CXXFLAGS \
LOCAL_CPPFLAGS \ LOCAL_CPPFLAGS \
LOCAL_LDFLAGS \ LOCAL_LDFLAGS \
LOCAL_LDLIBS \
LOCAL_ARFLAGS \ LOCAL_ARFLAGS \
LOCAL_CPP_EXTENSION \ LOCAL_CPP_EXTENSION \
LOCAL_STATIC_LIBRARIES \ LOCAL_STATIC_LIBRARIES \

View File

@@ -17,7 +17,8 @@ current version
LOCAL_LDLIBS := -lz LOCAL_LDLIBS := -lz
Actually work correctly, instead of having the linker complaining that it 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. - Generate thumb binaries by default.