Ying Wang
db2cb63612
Change "make PRODUCT-XXX-tests" to build only tests-build-target
...
Change-Id: Ib1a1a7b09ea6f1c3eea84394dcd6e3ebcda81e1a
2010-09-14 16:32:12 -07:00
Dan Bornstein
f13bdd94dc
Enable WITH_HOST_DALVIK for "user" builds on Linux.
...
Bug: 2497274
Change-Id: I636895b52c82f301f8c288ae670b34e1dbf32cc5
2010-09-08 11:19:27 -07:00
Ying Wang
c01cf7b9e6
resolved conflicts for merge of 2b8d2383
to gingerbread
...
Change-Id: I9174f843f0fde139a7d582f45b027f3face5c981
2010-06-15 15:11:51 -07:00
Joe Onorato
16fa4b290e
Rename is_unbundled_app_build and UNBUNDLED_APP_BUILD to TARGET_BUILD_APPS.
...
Change-Id: I79e6f60e009dad3a48709962347441e4ca0c337a
2010-06-10 18:38:25 -07:00
Ying Wang
f33c3ef933
am b93e03cb: am 52911309: Cherry-pick unbundled build changes from master
...
Merge commit 'b93e03cbc9d47a9d9a385c780ed64639e2a23ae5' into kraken
* commit 'b93e03cbc9d47a9d9a385c780ed64639e2a23ae5':
Cherry-pick unbundled build changes from master
2010-06-02 13:11:32 -07:00
Ying Wang
5291130983
Cherry-pick unbundled build changes from master
...
Change-Id: I82cab32f00b7b729d9b01c8e1532c8bf0ad2fb92
2010-05-26 13:39:31 -07:00
Joe Onorato
e0a18a75a9
Finish moving the policies out of frameworks/policies/base and into frameworks/base.
...
Change-Id: I6b3991de3276258318cab2aff9651f18b3d07f85
2010-04-06 20:21:29 -05:00
Adam Bliss
580cdbe0fe
Enables nodpi drawables in the framework.
2009-11-16 17:18:40 -08:00
Daniel Sandler
c6646c9ac4
Introduce a default density ('mdpi') for all device builds.
...
This is done by appending "mdpi" (medium density or 160 dpi, which is what
we've been using so far on dream etc.) to PRODUCT_LOCALES if no other dpi is
found there. (PRODUCT_LOCALES is then sent as a configuration parameter to
aapt to determine which resources should be included in the build.)
With this change, each build will now include only one density of any given
asset. For example, if there exists
drawable-hdpi/foo.png
drawable-mdpi/foo.png
...then the build will include *only* drawable-mdpi/foo.png, unless the
density is overridden in the build's own device spec:
PRODUCT_LOCALES += hdpi
...in which case the build will include only drawable-hdpi/foo.png.
2009-08-28 10:00:12 -04:00
Robert Greenwalt
fbd10d940d
Add PRODUCT_DEFAULT_WIFI_CHANNELS build var.
...
Allows the build to specify the default number of allowed
WIFI channels. Part of the fix for 1625953.
2009-05-21 18:46:57 -07:00
Dave Bort
952824843b
core: Don't debug native modules when TARGET_BUILD_TYPE==debug
...
Don't make the simulator default to debug mode.
Remove all global "debug" {C,CPP}FLAGS, which are no longer used.
2009-05-04 18:12:32 -07:00
Mike Lockwood
8539929a12
AI 145704: Manually integrate change 145576 to donutburger to fix "lunch"
...
Automated import of CL 145704
2009-04-10 06:34:59 -07:00
Joe Onorato
64d85d0d82
AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'.
...
Original change by joeo@abreu on 2009/04/06 19:54:13.
Implement SDK add-ons in the build system.
- Add an option to use the standard javadoc doclet instead
of droiddoc, since droiddocs non-sdk templates aren't
ready for prime time.
- Add the notion of a stubs for a library. It's only
implemented for java libraries, but when we do native
libraries in the NDK or sdk-addons, it will work there too.
Original author: joeo
Merged from: //branches/cupcake/...
Automated import of CL 145618
2009-04-09 19:31:12 -07:00
Doug Zongker
17c83cf22c
AI 144130: Don't build OTA package keys into the recovery binary; read
...
them from an external file in the recovery image. Use the
test-keys for all builds.
Automated import of CL 144130
2009-04-01 15:48:46 -07:00
Dave Bort
d14f6d92d4
Automated import from //branches/donutburger/...@141759,141759
2009-03-24 20:50:42 -07:00
The Android Open Source Project
2f31293ba7
auto import from //branches/cupcake/...@137197
2009-03-09 11:52:11 -07:00
The Android Open Source Project
88b607994a
auto import from //depot/cupcake/@135843
2009-03-03 19:28:42 -08:00
The Android Open Source Project
05806d7af6
auto import from //depot/cupcake/@135843
2009-03-03 18:28:14 -08:00
The Android Open Source Project
4d23ccc023
auto import from //branches/cupcake/...@132569
2009-02-20 07:38:28 -08:00
The Android Open Source Project
475fa12ade
auto import from //branches/cupcake/...@130745
2009-02-10 15:43:57 -08:00
The Android Open Source Project
66339ad5ce
auto import from //branches/cupcake/...@126645
2009-01-15 16:12:07 -08:00
The Android Open Source Project
dcc08f073b
Code drop from //branches/cupcake/...@124589
2008-12-17 18:03:49 -08:00
The Android Open Source Project
b6c1cf6de7
Initial Contribution
2008-10-21 07:00:00 -07:00