| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I623821df3e48b358a6b898ccb13750f7dc54ddcf
|
|
|
|
|
|
|
|
|
|
| |
This is useful when a device inherits from an architecture
product, such as omap4.mk. The architecture specific product
can provide kernel headers to all the devices that use
that architecture.
Change-Id: I0c9d3120a6089fb535a3fa8eccf10775a271cd21
Signed-off-by: Dima Zavin <dima@android.com>
|
|\
| |
| |
| |
| | |
* commit 'a0f464a8e7f006177db084df7e925bbb8e5ffed3':
New PRODUCT_AAPT_PREF_CONFIG.
|
| |
| |
| |
| |
| |
| |
| |
| | |
To use the new aapt --preferred-configurations option. For use with Prime
to be able to strip everything but xhdpi density bitmaps selectively,
not stripping when this would result in no data for the resource.
Change-Id: I4e1012929b8f9b0b1e79c06496647f69661ba1f2
|
|/
|
|
|
| |
Bug: 5433204
Change-Id: Id88c21f8d1991d8cbcc5bb7dae784aa72dc4becf
|
|
|
|
| |
Change-Id: Id577a72ee9f7cd70e8ca77efcbf10a37885c7d6f
|
|
|
|
|
|
| |
Bug: 5010576
Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
|
|
|
|
|
|
| |
The tab broke unbundled targets.
Change-Id: Ia97d4bdd69f7bb48eb3c51a01f0ab7085b5949a0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need this to allow products to specify the default USB configuration,
and allow the build system to add adb to this configuration
for eng and userdebug builds.
For example:
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.usb.config=mtp
Change-Id: I83d7d918e57a8117eb96919e17d8ad52afdc0388
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Change-Id: I505ac438f1b963060b4be36d94bb5fbee6112dc5
|
|\
| |
| |
| |
| | |
* commit '095dbffd605eb1bb602b028000aab4494288c6f6':
put extra recovery keys in the product definition
|
| |
| |
| |
| | |
Change-Id: I71637cd578b24891c10171aa59406848649be703
|
|/
|
|
|
|
|
|
|
| |
With this change, PRODUCT_LOCALES will contain only locales.
Other aapt config flags, such as *dpi, small/normal/large/xlarge,
should go to PRODUCT_AAPT_CONFIGS.
Bug: 4086309
Change-Id: I922f153d79777a9522c542a3907111193b40e7b7
|
|
|
|
| |
Change-Id: I6a1e7ce5d54f47898199bfc9d29245c2598f733c
|
|
|
|
|
|
|
|
|
| |
A build configuration can define PRODUCT_CHARACTERISTICS, which is
a comma-separated list of device characteristics, for example
"nosdcard,grayscale". This will be passed through to aapt with
the --product flag.
Change-Id: I902c034b2f2824dbd2d33449308ee08beeb09551
|
|
|
|
| |
Change-Id: Ib1a1a7b09ea6f1c3eea84394dcd6e3ebcda81e1a
|
|
|
|
|
| |
Bug: 2497274
Change-Id: I636895b52c82f301f8c288ae670b34e1dbf32cc5
|
|\
| |
| |
| | |
Change-Id: I9174f843f0fde139a7d582f45b027f3face5c981
|
| |
| |
| |
| | |
Change-Id: I79e6f60e009dad3a48709962347441e4ca0c337a
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'b93e03cbc9d47a9d9a385c780ed64639e2a23ae5' into kraken
* commit 'b93e03cbc9d47a9d9a385c780ed64639e2a23ae5':
Cherry-pick unbundled build changes from master
|
| |
| |
| |
| | |
Change-Id: I82cab32f00b7b729d9b01c8e1532c8bf0ad2fb92
|
|/
|
|
|
|
| |
frameworks/base.
Change-Id: I6b3991de3276258318cab2aff9651f18b3d07f85
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Allows the build to specify the default number of allowed
WIFI channels. Part of the fix for 1625953.
|
|
|
|
|
|
| |
Don't make the simulator default to debug mode.
Remove all global "debug" {C,CPP}FLAGS, which are no longer used.
|
|
|
|
| |
Automated import of CL 145704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
them from an external file in the recovery image. Use the
test-keys for all builds.
Automated import of CL 144130
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|