am 4d69e06b: Merge "Added BUILD_HOST_static to build statically linked executable/shared-lib"

* commit '4d69e06b764d030dcc3ce9bc8b103a75eff3175a':
  Added BUILD_HOST_static to build statically linked executable/shared-lib
This commit is contained in:
Andrew Hsieh
2012-08-21 12:58:45 -07:00
committed by Android Git Automerger
4 changed files with 18 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ else
LOCAL_LDLIBS += -lz
endif
ifneq ($(strip $(BUILD_HOST_static)),)
LOCAL_LDLIBS += -lpthread
endif # BUILD_HOST_static
LOCAL_MODULE := zipalign
include $(BUILD_HOST_EXECUTABLE)