fix build break

This commit is contained in:
charansingh 2011-01-24 17:06:50 +05:30
parent 40dfc82b70
commit b742053a33
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SHARED_LIBRARIES := liblog
##LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE := lights.htcleo
LOCAL_MODULE := lights.leo
include $(BUILD_SHARED_LIBRARY)

View File

@ -21,7 +21,7 @@ ifneq ($(TARGET_SIMULATOR),true)
# hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
include $(CLEAR_VARS)
LOCAL_MODULE := sensors.htcleo
LOCAL_MODULE := sensors.leo
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw