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
Jean-Baptiste Queru
766a2a2125
am 48ec6d6f: Merge "Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build."
...
* commit '48ec6d6f814a70068c4632b468cd7872f34295ad':
Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build.
2010-11-17 15:27:13 -08:00
Jean-Baptiste Queru
48ec6d6f81
Merge "Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build."
2010-11-17 15:15:32 -08:00
Johnnie Birch
a4716b2618
Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build.
...
Change-Id: Idbceb6c7d4117fbecd35e4261330e6405666189e
2010-11-17 15:15:08 -08:00
Xavier Ducrohet
81b55adc0c
Merge "Temp disabling of some apps in SDK build."
2010-11-17 13:06:00 -08:00
Scott Main
19c43fea22
docs: add preliminary watermark to docs
...
Change-Id: Ifc9ea60b53d3e5e52b9cd52174a6d8f0982fe523
2010-11-16 16:24:42 -08:00
Xavier Ducrohet
6a5b27a4e2
Temp disabling of some apps in SDK build.
...
Change-Id: Ib8495cfe935ab96997f19e9af5a93ebbb99493ab
2010-11-15 18:31:48 -08:00
Ficus Kirkpatrick
16e2f98395
Fix a spelling error.
...
Change-Id: If89847fa16db4e2b30372678ab8f7117ad5fa0c6
2010-11-12 17:38:20 -08:00
Xavier Ducrohet
8d458ab320
am f5f81fc7: am 01a9840b: Merge "Rename layoutlib_utils into ide_common"
...
* commit 'f5f81fc75e6f4ab598fab8876efc892243287def':
Rename layoutlib_utils into ide_common
2010-11-11 15:01:52 -08:00
Xavier Ducrohet
f5f81fc75e
am 01a9840b: Merge "Rename layoutlib_utils into ide_common"
...
* commit '01a9840ba7545d9175575cc3d95b2584b2dee31c':
Rename layoutlib_utils into ide_common
2010-11-11 14:59:57 -08:00
Xavier Ducrohet
01a9840ba7
Merge "Rename layoutlib_utils into ide_common"
2010-11-11 14:45:05 -08:00
Xavier Ducrohet
2e5ee27e9e
Rename layoutlib_utils into ide_common
...
Change-Id: Iaa8275881dd1ee7d41c30f8b0d481253a6635271
2010-11-11 12:44:16 -08:00
Patrick Scott
e39dd6b048
Merge "Replace grep | head | awk | tr | tr with awk."
2010-11-10 04:52:42 -08:00
Joe Onorato
25939e224e
Set ro.build.characteristics to the value from PRODUCT_CHARACTERISTICS that's also passed to aapt.
...
Bug: 3144768
Change-Id: Ic1724c64d015de7a5c4f13709b91db51b8f10872
2010-11-09 08:53:01 -08:00
Scott Main
9d1d63e2a7
am 1be24531: am badffa84: docs: revise intro to reflect changes to quick start
...
* commit '1be245314ddc88e5bde92e9a0660b1fbbd63422f':
docs: revise intro to reflect changes to quick start
2010-11-08 19:25:01 -08:00
Scott Main
1be245314d
am badffa84: docs: revise intro to reflect changes to quick start
...
* commit 'badffa84327de8154ea3ba96dcf908478c4d4a17':
docs: revise intro to reflect changes to quick start
2010-11-08 17:10:25 -08:00