summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bordeaux/learning/Android.mk1
-rw-r--r--bordeaux/learning/multiclass_pa/Android.mk1
-rw-r--r--bordeaux/learning/stochastic_linear_ranker/Android.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/bordeaux/learning/Android.mk b/bordeaux/learning/Android.mk
index e2e3bae5f..562a81def 100644
--- a/bordeaux/learning/Android.mk
+++ b/bordeaux/learning/Android.mk
@@ -25,7 +25,6 @@ LOCAL_MODULE := libbordeaux
LOCAL_WHOLE_STATIC_LIBRARIES := libmulticlass_pa libstochastic_linear
LOCAL_SHARED_LIBRARIES := libcutils liblog
-LOCAL_PRELINK_MODULE := false
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
diff --git a/bordeaux/learning/multiclass_pa/Android.mk b/bordeaux/learning/multiclass_pa/Android.mk
index c9e57910d..c69f69158 100644
--- a/bordeaux/learning/multiclass_pa/Android.mk
+++ b/bordeaux/learning/multiclass_pa/Android.mk
@@ -27,7 +27,6 @@ LOCAL_MODULE := libmulticlass_pa
LOCAL_SRC_FILES := native/multiclass_pa.cpp \
jni/jni_multiclass_pa.cpp
-LOCAL_PRELINK_MODULE := false
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
diff --git a/bordeaux/learning/stochastic_linear_ranker/Android.mk b/bordeaux/learning/stochastic_linear_ranker/Android.mk
index 55ab5a49d..62f0fd3a0 100644
--- a/bordeaux/learning/stochastic_linear_ranker/Android.mk
+++ b/bordeaux/learning/stochastic_linear_ranker/Android.mk
@@ -28,7 +28,6 @@ LOCAL_SRC_FILES := native/stochastic_linear_ranker.cpp \
native/sparse_weight_vector.cpp \
jni/jni_stochastic_linear_ranker.cpp
-LOCAL_PRELINK_MODULE := false
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native