diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-20 07:38:28 -0800 | 
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-20 07:38:28 -0800 | 
| commit | 4d23ccc023c8b98eb97a7cce820aa80bff2f3522 (patch) | |
| tree | 9d28fb439d1c7d37ec01058072c0542e8d6fa763 /buildspec.mk.default | |
| parent | 41977d7cd2f0676a1b135a0991545721d6dce3ef (diff) | |
| download | build-4d23ccc023c8b98eb97a7cce820aa80bff2f3522.zip build-4d23ccc023c8b98eb97a7cce820aa80bff2f3522.tar.gz build-4d23ccc023c8b98eb97a7cce820aa80bff2f3522.tar.bz2  | |
auto import from //branches/cupcake/...@132569
Diffstat (limited to 'buildspec.mk.default')
| -rw-r--r-- | buildspec.mk.default | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default index bf4d111..0f75f31 100644 --- a/buildspec.mk.default +++ b/buildspec.mk.default @@ -65,6 +65,14 @@ ifndef CUSTOM_MODULES  #CUSTOM_MODULES:=  endif +# Choose additional locales, like "en_US" or "it_IT", to add to any +# built product.  Any locales that appear in CUSTOM_LOCALES but not in +# the locale list for the selected product will be added to the end +# of PRODUCT_LOCALES. +ifndef CUSTOM_LOCALES +#CUSTOM_LOCALES:= +endif +  # If you have a special place to put your ouput files, set this, otherwise  # it goes to <build-root>/out  #OUT_DIR:=/tmp/stuff  | 
