am 537d34f9: change uncrypt to static linking

* commit '537d34f907a5e984ccad1c88825adc8ae9814834':
  change uncrypt to static linking
diff --git a/uncrypt/Android.mk b/uncrypt/Android.mk
index 756bc96..ef3cead 100644
--- a/uncrypt/Android.mk
+++ b/uncrypt/Android.mk
@@ -25,4 +25,6 @@
 	libcutils \
 	libc
 
+LOCAL_FORCE_STATIC_EXECUTABLE := true
+
 include $(BUILD_EXECUTABLE)