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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user