diff options
-rw-r--r-- | NativeCode.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NativeCode.mk b/NativeCode.mk index 1e7c4f4..f17e14a 100644 --- a/NativeCode.mk +++ b/NativeCode.mk @@ -118,8 +118,6 @@ ifeq ($(WITH_HOST_DALVIK),true) LOCAL_SRC_FILES := $(core_src_files) LOCAL_CFLAGS += $(core_cflags) LOCAL_C_INCLUDES := $(core_c_includes) - LOCAL_SHARED_LIBRARIES := $(core_shared_libraries) - LOCAL_STATIC_LIBRARIES := $(core_static_libraries) LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libjavacore-host include $(BUILD_HOST_STATIC_LIBRARY) |