Jean-Baptiste Queru
dbd4369187
am 3ef1d674: am 4985f06f: Merge "Make image-size-from-data-size not use hard coded values."
...
* commit '3ef1d674806734c2e237a54815ea5c077ce8c344':
Make image-size-from-data-size not use hard coded values.
2010-12-06 15:12:02 -08:00
Jean-Baptiste Queru
3ef1d67480
am 4985f06f: Merge "Make image-size-from-data-size not use hard coded values."
...
* commit '4985f06f4e96351c77b88b20bc9ded65daefcd3e':
Make image-size-from-data-size not use hard coded values.
2010-12-06 15:10:35 -08:00
Jean-Baptiste Queru
4985f06f4e
Merge "Make image-size-from-data-size not use hard coded values."
2010-12-06 14:58:08 -08:00
Brian Muramatsu
1cf9e0ef16
Change from @ to $(hide) in CTS Build
...
Change-Id: Ibda485105f750e971260088785904ea420cbaa03
2010-12-06 12:49:13 -08:00
Lars Svensson
9cb8c28352
Make image-size-from-data-size not use hard coded values.
...
The function image-size-from-data-size was using hard
coded values. The size of spare area and pages has become
configurable so we need to read from the variables.
Change-Id: I9461d34400ffc2cc5920860d8aa78750d559e397
2010-12-06 16:18:46 +01:00
Scott Main
1c4fe5aaff
am dad569b4: docs: fix link
...
* commit 'dad569b4e815dee7056ff4d2e593ddadc3e087e1':
docs: fix link
2010-12-05 19:04:18 -08:00
Scott Main
dad569b4e8
docs: fix link
...
Change-Id: Id57ebbd12c16ef914ebe1d90260fdf8a5ae4587b
2010-12-05 18:03:23 -08:00
Kenny Root
696180ecda
Add installd to PRODUCT_PACKAGES
...
Another change adds the "optional" tag to installd, so moving it here
and removing it from the grandfathered list.
Change-Id: I035ffd527d007cf104c15890509976fc9b99d216
2010-12-03 11:00:40 -08:00
Sriram Raman
ff83c8593e
resolved conflicts for merge of 064a4562
to master
...
Change-Id: I795e2b6ba842541fc941c1da396734198a12ea72
2010-11-30 15:09:19 -05:00
Sriram Raman
064a4562a4
am c647aeca: Add mkuserimg.sh, make_ext4fs to otatools
...
* commit 'c647aecabb9cf03d73cfc34836e3bfc886b54c2e':
Add mkuserimg.sh, make_ext4fs to otatools
2010-11-30 11:45:14 -08:00
Sriram Raman
c647aecabb
Add mkuserimg.sh, make_ext4fs to otatools
...
Change-Id: Id48d6643f4579d695685fe2595bd86a80a5083c3
2010-11-29 18:55:39 -05:00
Scott Main
e022a739f7
Merge "docs: revisions to the sdk doc template for preview sdk, remove ndk download table for offline docs"
2010-11-29 15:37:31 -08:00
Jean-Baptiste Queru
3f43f96280
am 29ead582: am d2dd8652: Merge "Added generic hook for loading vendor specific tasks."
...
* commit '29ead58259d47997d7caedf9080f4a2f9c9bd358':
Added generic hook for loading vendor specific tasks.
2010-11-24 09:35:29 -08:00
Jean-Baptiste Queru
29ead58259
am d2dd8652: Merge "Added generic hook for loading vendor specific tasks."
...
* commit 'd2dd86529982cd05b4010248cea368fbef763ef2':
Added generic hook for loading vendor specific tasks.
2010-11-24 09:33:25 -08:00
Jean-Baptiste Queru
d2dd865299
Merge "Added generic hook for loading vendor specific tasks."
2010-11-24 09:23:35 -08:00
Claes Elgemark
e22ad6784c
Added generic hook for loading vendor specific tasks.
...
With this change it is possible for vendors to create rules that depend on
targets defined in Android.mk files.
This makes it easier to decouple functionality from the core buildsystem.
Very much as is done within the build git for tasks like creating SDK addon,
Generating eclipse .classpath file etc can then be done for vendors as well.
You can add targets that could perform poststeps on produced modules.
E.g. Do static verification or documentation on modules of a certain type.
You can e.g. create a target that would resign and upload all apks to a
binary repository.
Change-Id: Ic0fa7b60b919ede3c59fa2885d1fd4be1e928c04
2010-11-24 15:40:24 +01:00
Jeff Brown
cbc0f4442e
Delete the tuttle keymaps.
...
These files have been obsolete for years.
Change-Id: I489d22799dd0fd476b6afe296e24434d437ea75b
2010-11-23 16:48:26 -08:00
Jean-Baptiste Queru
493ab6449c
am ce5d7e04: am 7fbeda2b: Merge "Adding `all\' to INTERNAL_MODIFIER_TARGETS to fix `make all\'"
...
* commit 'ce5d7e04a8550724b3c7dc54f84e68fbcbdb3fcb':
Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'
2010-11-23 10:54:22 -08:00
Jean-Baptiste Queru
ce5d7e04a8
am 7fbeda2b: Merge "Adding `all\' to INTERNAL_MODIFIER_TARGETS to fix `make all\'"
...
* commit '7fbeda2b1ed2872b2e2ab2f7faf386a3755502df':
Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'
2010-11-23 10:51:44 -08:00
Jean-Baptiste Queru
7fbeda2b1e
Merge "Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'"
2010-11-23 10:37:08 -08:00
Magnus Bäck
6ba4ebf272
Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'
...
Commit e334d255
added the `all' pseudo-goal (aka internal modifier
target) to have make dex all Java modules. Unfortunately the new
pseudo-goal wasn't added to INTERNAL_MODIFIER_TARGETS so no actual
phony goal was added, resulting in the obvious
make: *** No rule to make target `all'. Stop.
error message when running `make all'. This commit changes
INTERNAL_MODIFIER_TARGETS to also include `all' so that the
pseudo-goal is treated just like `showcommands' and `checkbuild'.
Change-Id: I7905c1e27d1b17bdc1b4331744bf06e18937406f
2010-11-23 10:36:50 -08:00
Scott Main
b73777e56b
docs: revisions to the sdk doc template for preview sdk,
...
remove ndk download table for offline docs
Change-Id: I13da1e5ab825f1d5c6a19ef9a76c36a3edd88bf6
2010-11-22 16:25:09 -08:00
Jean-Baptiste Queru
cdfcc05897
am 6c7b6fb3: resolved conflicts for merge of b2028868
to gingerbread-plus-aosp
...
* commit '6c7b6fb3d2fda5cc5b881e01eb8bb0936ef0eeaf':
IA: enable SSE fpmath, Separate ARCH_VARIANT and ARCH makefile settings
2010-11-19 16:56:31 -08:00
Jean-Baptiste Queru
1607ba1c87
am 554eeb6c: am 493306f7: Merge "Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures"
...
* commit '554eeb6c7426c8c1df551516cff903d69ae94f26':
Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures
2010-11-19 16:56:26 -08:00
Jean-Baptiste Queru
6c7b6fb3d2
resolved conflicts for merge of b2028868
to gingerbread-plus-aosp
...
Change-Id: Ibe616c0bdf8e36aaee42279292a2dbe03c5643c2
2010-11-19 12:35:33 -08:00
Jean-Baptiste Queru
b20288680e
Merge "IA: enable SSE fpmath, Separate ARCH_VARIANT and ARCH makefile settings"
2010-11-19 11:15:56 -08:00
Bruce Beare
ccec9c45d9
IA: enable SSE fpmath, Separate ARCH_VARIANT and ARCH makefile settings
...
Change-Id: I60b8121c92b39a60b513bc2496a1e0a21015c586
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2010-11-19 11:15:40 -08:00
Jean-Baptiste Queru
554eeb6c74
am 493306f7: Merge "Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures"
...
* commit '493306f7c318d632186bebd732708d4299e66a62':
Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures
2010-11-19 11:15:19 -08:00
Jean-Baptiste Queru
2248e68003
am cc21582f: resolved conflicts for merge of 4130c80a
to gingerbread-plus-aosp
...
* commit 'cc21582fb3699e5384dc38dad45a575451375d1a':
Correct makefile test for stagefright build
2010-11-19 11:10:14 -08:00
Jean-Baptiste Queru
493306f7c3
Merge "Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures"
2010-11-19 11:01:22 -08:00
Jean-Baptiste Queru
cc21582fb3
resolved conflicts for merge of 4130c80a
to gingerbread-plus-aosp
...
Change-Id: I4c37c4a6a54c3fb005eec4789bfcf96678d8cec9
2010-11-19 10:58:11 -08:00
Jean-Baptiste Queru
4130c80aa3
Merge "Correct makefile test for stagefright build"
2010-11-19 10:45:27 -08:00
Bruce Beare
885b6b99d3
Correct makefile test for stagefright build
...
Change-Id: Ia79b97d43e3fad82491e7d6197ffef2e764a63e3
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2010-11-19 10:45:11 -08:00
Jean-Baptiste Queru
1804025f53
am f41934fc: am 26d8c589: Merge "Display the TARGET_ARCH_VARIANT"
...
* commit 'f41934fcd42c56a02742014e8e24520a85166117':
Display the TARGET_ARCH_VARIANT
2010-11-19 10:38:49 -08:00
Jean-Baptiste Queru
f41934fcd4
am 26d8c589: Merge "Display the TARGET_ARCH_VARIANT"
...
* commit '26d8c5896e937ed677007c23d46d6759845fe91f':
Display the TARGET_ARCH_VARIANT
2010-11-19 10:37:07 -08:00
Jean-Baptiste Queru
26d8c5896e
Merge "Display the TARGET_ARCH_VARIANT"
2010-11-19 10:29:14 -08:00
Ying Wang
cc6c8cb856
am 92cc4c07: am b26a65b5: Merge "Restrict make version to 3.81"
...
* commit '92cc4c07475bd77ffb058f430c27b04f8cc9dfef':
Restrict make version to 3.81
2010-11-19 10:27:47 -08:00
Ying Wang
92cc4c0747
am b26a65b5: Merge "Restrict make version to 3.81"
...
* commit 'b26a65b59ff5ed777accaf34ac06ab6a86dc37c6':
Restrict make version to 3.81
2010-11-19 10:24:57 -08:00
Jeff Brown
0c3909aacd
Merge "Revert change removing AVRCP.kl and cpcap-key.kl"
2010-11-18 14:32:19 -08:00
Jeff Brown
b96e34066a
Revert change removing AVRCP.kl and cpcap-key.kl
...
Cannot remove these legacy prebuilts yet because they are
referenced in the SDK.
Change-Id: I87b6d1145932edc9335b9a800672e7f653ce5521
2010-11-18 14:29:59 -08:00
Kenny Root
824d7b2f02
Fix typo in ALL_PREBUILT error message
...
Change-Id: Ib59047e5c63950c84a6518a91ab6e5060c46ff21
2010-11-18 14:27:00 -08:00
Jeff Brown
fbc4018d63
Merge "Use prebuilt keymaps in frameworks/base/data/keyboards."
2010-11-18 14:20:53 -08:00
Scott Main
63e9ccd1d6
docs: revise stylesheet to allow "notes" in divs, not just paragraphs
...
Change-Id: Ia78a82dd330a4f31076b74ce86237af3aca1ba2e
2010-11-18 13:54:40 -08:00
Ying Wang
b26a65b59f
Merge "Restrict make version to 3.81"
2010-11-18 11:20:21 -08:00
Ying Wang
4f9269ef75
Restrict make version to 3.81
...
Bug: 3209290
It turns out that gmake 3.82 on Mac OSX crashes with segmentation fault
at some point.
Change-Id: I7b632abe1cafc5f0ff2ea45611d8ccf0aa3f976a
2010-11-18 11:18:52 -08:00
Jeff Brown
99aacc211e
Use prebuilt keymaps in frameworks/base/data/keyboards.
...
Change-Id: I847167abaf5538a45f40df0ed5d69c9848284871
2010-11-18 00:08:24 -08:00
Ying Wang
c5a07ce038
Pass extfs sparse image flag to the release tool.
...
Change-Id: Icb2a1c4fddb2b6153298ba1b849016aa3d792773
2010-11-17 17:45:36 -08:00
Ying Wang
7ca5c91389
Merge "Product-configurable sparse ext images."
2010-11-17 16:07:40 -08:00
Ying Wang
542903a27b
Product-configurable sparse ext images.
...
Change-Id: Ifd0ac14d7df331c9f6f1e3eee0722e07b4ab199a
2010-11-17 16:01:31 -08:00
Jean-Baptiste Queru
75220495d0
am 766a2a21: am 48ec6d6f: Merge "Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build."
...
* commit '766a2a2125d41e8bfb88112601a34af08f47f7f1':
Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build.
2010-11-17 15:52:09 -08:00