change uncrypt to static linking

Bug: 17015157
Change-Id: I3c4bdcf4f11d44b617bb731a48413e3707044d1c
This commit is contained in:
Doug Zongker
2014-08-14 07:59:28 -07:00
parent 9dc71cfa52
commit 537d34f907

View File

@@ -25,4 +25,6 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libc
LOCAL_FORCE_STATIC_EXECUTABLE := true
include $(BUILD_EXECUTABLE)