To build android from source I do:

% . build/envsetup.sh
% choosecombo
# here I choose the options "device", "debug" ... (If I choose option
"simulator" instead of "device" it doesn't build)

% make -j4 PRODUCT-generic-eng

The problem is, when I open another console window to start the
emulator and call
% . build/envsetup.sh
%lunch 1

It returns

======================================
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
======================================

Shouldnt the TARGET_BUILD_TYPE equals debug ??

Hugo
(www.mewatools.com)

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to