diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:03:49 -0800 | 
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:03:49 -0800 | 
| commit | dcc08f073b6873c69ab891d4f69f7c568e282df7 (patch) | |
| tree | cbaa218be3f46078555b6bfb36c48659096a747a /buildspec.mk.default | |
| parent | d3aa4000e42fd1036e0e3286843c5132f905d754 (diff) | |
| download | build-dcc08f073b6873c69ab891d4f69f7c568e282df7.zip build-dcc08f073b6873c69ab891d4f69f7c568e282df7.tar.gz build-dcc08f073b6873c69ab891d4f69f7c568e282df7.tar.bz2  | |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'buildspec.mk.default')
| -rw-r--r-- | buildspec.mk.default | 10 | 
1 files changed, 8 insertions, 2 deletions
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  | 
