summaryrefslogtreecommitdiff
path: root/bc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bc/Android.mk')
-rw-r--r--bc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bc/Android.mk b/bc/Android.mk
index c01b2a6..8cd2890 100644
--- a/bc/Android.mk
+++ b/bc/Android.mk
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= main.c bc.c scan.c execute.c load.c storage.c util.c global.c warranty.c number.c
LOCAL_MODULE := bc
systemtarball: bc
-LOCAL_STATIC_LIBRARIES := libcutils libc
+LOCAL_SHARED_LIBRARIES := libcutils libc
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)
include $(BUILD_EXECUTABLE)