summaryrefslogtreecommitdiffstats
path: root/pico/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pico/Android.mk')
-rwxr-xr-xpico/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/pico/Android.mk b/pico/Android.mk
index 41ad1d3..6203ba9 100755
--- a/pico/Android.mk
+++ b/pico/Android.mk
@@ -1,8 +1,6 @@
# SVOX Pico TTS Engine
# This makefile builds both an activity and a shared library.
-ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
-
TOP_LOCAL_PATH:= $(call my-dir)
# Build Pico activity
@@ -132,6 +130,3 @@ LOCAL_SHARED_LIBRARIES := \
libdl
include $(BUILD_SHARED_LIBRARY)
-
-
-endif # TARGET_SIMULATOR