Hi,

this is my android.mk file i think it is correct but pls chk

--------------------------------------------------------------------------------------------------
# Copyright 2005 The Android Open Source Project
#
# Custom version of cp.

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
        acp.c

ifeq ($(HOST_OS),cygwin)
LOCAL_CFLAGS += -DWIN32_EXE
endif
ifeq ($(HOST_OS),darwin)
LOCAL_CFLAGS += -DMACOSX_RSRC
endif
ifeq ($(HOST_OS),linux)
endif

LOCAL_STATIC_LIBRARIES := libhost
LOCAL_C_INCLUDES := build/libs/host/include
LOCAL_MODULE := acp
LOCAL_ACP_UNAVAILABLE := true

include $(BUILD_HOST_EXECUTABLE)
-------------------------------------------------------------------------------------------------------------

the acp.c is in the same folder as this file.



On Apr 22, 3:25 pm, HV <harishv.athr...@gmail.com> wrote:
> Make sure your LOCAL_SRC_FILES has the right path in your Android.mk

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to