blob: 16761fc867f51e41c9b3c9a9867597d94471cb37 [file] [log] [blame]
echo Setting up build environment with default configuration ...
export PROJECT_DIR=$PWD
# Set CFG_DIR
#
export CFG_DIR=$PWD
echo "Set CFG_DIR to $CFG_DIR ..."
# Setup the default environment
#
. ../default/setup.sh
# include the android definitions for export to android makefiles.
export PLATFORM_EXTRAS=$MK/android_make_extras.mk
# For make completion targets
mkcmdcmpl