i'm having trouble with buildspec.mk .
i copied buildspec.mk.default to buildspec.mk . added
And I changed TARGET_BUILD_TYPE to
debug.
but when i "make cleaned" and then gave
make , I got the following :(see below) .It has got
TARGET_BUILD_TYPE=release
instead of debug. This makes me wonder if the changes that i did in
buildspec.mk are being effected?  does anyone know how to build with
TARGET_BUILD_TYPE= debug? basically I want to build in debug mode
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.1-update1
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=ECLAIR

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

Reply via email to