fixed libhtc_ril_wrapper to compile with CM

This commit is contained in:
Arif Ali 2011-06-27 11:01:19 +01:00
parent bc9a06bdcd
commit f078808c05

View File

@ -1,4 +1,7 @@
LOCAL_PATH:= $(call my-dir)
ifneq ($(TARGET_SIMULATOR),true)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := libhtc_ril_wrapper.c
@ -10,6 +13,9 @@ LOCAL_CFLAGS += -DRIL_SHLIB
#build shared library
LOCAL_MODULE:= libhtc_ril_wrapper
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
LOCAL_MODULE_TAGS := eng
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)
endif # !TARGET_SIMULATOR