Hi All,

I have following Android.mk file in eclair and if I compile the same
Android.mk file
in Froyo I am getting following error,

make: Entering directory `/home/pramodh/L25/Bheemsen/Froyo/test'
build/core/base_rules.mk:108: user tag on app BlueFTP at
hardware/ti/omap3/BlueFTP - add your app to core.mk instead
build/core/prebuilt.mk:59: *** No LOCAL_CERTIFICATE specified for prebuilt
"BlueFTP.apk".  Stop.
make: Leaving directory `/home/pramodh/L25/Bheemsen/Froyo/test

Android.mk:

ifeq ($(BOARD_HAVE_BLUETOOTH),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

# Module name should match apk name to be installed.
LOCAL_MODULE := BlueFTP
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)
endif


-- 
Regards
Bheemsen

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

Reply via email to