From dcc08f073b6873c69ab891d4f69f7c568e282df7 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:03:49 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- buildspec.mk.default | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'buildspec.mk.default') diff --git a/buildspec.mk.default b/buildspec.mk.default index 303ebd2..e4ec713 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -53,7 +53,7 @@ endif # Choose a product to build for. Look in the products directory for ones # that work. ifndef TARGET_PRODUCT -#TARGET_PRODUCT:=sooner +#TARGET_PRODUCT:=generic endif # Choose additional targets to always install, even when building @@ -74,8 +74,14 @@ endif # This mechanism does not currently support values containing spaces. #ADDITIONAL_BUILD_PROPERTIES += +# If you want to reduce the system.img size by several meg, and are willing to +# lose access to CJK (and other) character sets, define NO_FALLBACK_FONT:=true +ifndef NO_FALLBACK_FONT +#NO_FALLBACK_FONT:=true +endif + # when the build system changes such that this file must be updated, this # variable will be changed. After you have modified this file with the new # changes (see buildspec.mk.default), update this to the new value from # buildspec.mk.default. -BUILD_ENV_SEQUENCE_NUMBER := 8 +BUILD_ENV_SEQUENCE_NUMBER := 9 -- cgit v1.1