summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am c647aeca: Add mkuserimg.sh, make_ext4fs to otatoolsSriram Raman2010-11-301-1/+3
|\ | | | | | | | | * commit 'c647aecabb9cf03d73cfc34836e3bfc886b54c2e': Add mkuserimg.sh, make_ext4fs to otatools
| * Add mkuserimg.sh, make_ext4fs to otatoolsSriram Raman2010-11-291-1/+3
| | | | | | | | Change-Id: Id48d6643f4579d695685fe2595bd86a80a5083c3
* | am d2dd8652: Merge "Added generic hook for loading vendor specific tasks."Jean-Baptiste Queru2010-11-241-0/+1
|\ \ | | | | | | | | | | | | * commit 'd2dd86529982cd05b4010248cea368fbef763ef2': Added generic hook for loading vendor specific tasks.
| * \ Merge "Added generic hook for loading vendor specific tasks."Jean-Baptiste Queru2010-11-241-0/+1
| |\ \
| | * | Added generic hook for loading vendor specific tasks.Claes Elgemark2010-11-241-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | am 7fbeda2b: Merge "Adding `all\' to INTERNAL_MODIFIER_TARGETS to fix `make ↵Jean-Baptiste Queru2010-11-231-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | all\'" * commit '7fbeda2b1ed2872b2e2ab2f7faf386a3755502df': Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'
| * | Merge "Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'"Jean-Baptiste Queru2010-11-231-1/+1
| |\ \
| | * | Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'Magnus Bäck2010-11-231-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | resolved conflicts for merge of b2028868 to gingerbread-plus-aospJean-Baptiste Queru2010-11-191-11/+12
|\ \ \ | |/ / | | | | | | Change-Id: Ibe616c0bdf8e36aaee42279292a2dbe03c5643c2
| * | Merge "IA: enable SSE fpmath, Separate ARCH_VARIANT and ARCH makefile settings"Jean-Baptiste Queru2010-11-191-11/+12
| |\ \
| | * | IA: enable SSE fpmath, Separate ARCH_VARIANT and ARCH makefile settingsBruce Beare2010-11-191-11/+12
| | | | | | | | | | | | | | | | | | | | Change-Id: I60b8121c92b39a60b513bc2496a1e0a21015c586 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | | | am 493306f7: Merge "Fix TARGET_PREBUILT_TAG so that get_build_var can ↵Jean-Baptiste Queru2010-11-192-8/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | retrieve the correct value across architectures" * commit '493306f7c318d632186bebd732708d4299e66a62': Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value across architectures
| * | | Merge "Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the ↵Jean-Baptiste Queru2010-11-192-8/+8
| |\ \ \ | | | | | | | | | | | | | | | correct value across architectures"
| | * | | Fix TARGET_PREBUILT_TAG so that get_build_var can retrieve the correct value ↵Bruce Beare2010-10-142-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | across architectures Change-Id: I5c1010d9caaa8d9ffaf65999fa3649c3c2be8caa Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | | | | resolved conflicts for merge of 4130c80a to gingerbread-plus-aospJean-Baptiste Queru2010-11-190-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Change-Id: I4c37c4a6a54c3fb005eec4789bfcf96678d8cec9
| * | | | Merge "Correct makefile test for stagefright build"Jean-Baptiste Queru2010-11-191-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Correct makefile test for stagefright buildBruce Beare2010-11-191-1/+1
| |/ / / | | | | | | | | | | | | | | | | Change-Id: Ia79b97d43e3fad82491e7d6197ffef2e764a63e3 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | | | am 26d8c589: Merge "Display the TARGET_ARCH_VARIANT"Jean-Baptiste Queru2010-11-191-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '26d8c5896e937ed677007c23d46d6759845fe91f': Display the TARGET_ARCH_VARIANT
| * | | Merge "Display the TARGET_ARCH_VARIANT"Jean-Baptiste Queru2010-11-191-0/+1
| |\ \ \
| | * | | Display the TARGET_ARCH_VARIANTBruce Beare2010-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* | | | | am b26a65b5: Merge "Restrict make version to 3.81"Ying Wang2010-11-191-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'b26a65b59ff5ed777accaf34ac06ab6a86dc37c6': Restrict make version to 3.81
| * | | | Merge "Restrict make version to 3.81"Ying Wang2010-11-181-2/+2
| |\ \ \ \
| | * | | | Restrict make version to 3.81Ying Wang2010-11-181-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3209290 It turns out that gmake 3.82 on Mac OSX crashes with segmentation fault at some point. Change-Id: I7b632abe1cafc5f0ff2ea45611d8ccf0aa3f976a
* | | | | am 48ec6d6f: Merge "Enables x86-atom as a valid TARGET_ARCH_VARIANT for the ↵Jean-Baptiste Queru2010-11-171-0/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | simulator build." * commit '48ec6d6f814a70068c4632b468cd7872f34295ad': Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build.
| * | | | Merge "Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build."Jean-Baptiste Queru2010-11-171-0/+2
| |\ \ \ \
| | * | | | Enables x86-atom as a valid TARGET_ARCH_VARIANT for the simulator build.Johnnie Birch2010-11-171-0/+2
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Idbceb6c7d4117fbecd35e4261330e6405666189e
* | | | | am 01a9840b: Merge "Rename layoutlib_utils into ide_common"Xavier Ducrohet2010-11-111-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '01a9840ba7545d9175575cc3d95b2584b2dee31c': Rename layoutlib_utils into ide_common
| * | | | Merge "Rename layoutlib_utils into ide_common"Xavier Ducrohet2010-11-111-1/+1
| |\ \ \ \
| | * | | | Rename layoutlib_utils into ide_commonXavier Ducrohet2010-11-111-1/+1
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Iaa8275881dd1ee7d41c30f8b0d481253a6635271
* | | | | am badffa84: docs: revise intro to reflect changes to quick startScott Main2010-11-081-3/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | * commit 'badffa84327de8154ea3ba96dcf908478c4d4a17': docs: revise intro to reflect changes to quick start
| * | | | docs: revise intro to reflect changes to quick startScott Main2010-11-081-3/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I0fdc13344831960d3fb82f80d5e391186117fc5c
* | | | | am c775c754: docs: add gingerbread logo for homepageScott Main2010-11-061-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'c775c754f13bd54b7d5da8c28186cdd8167dc53a': docs: add gingerbread logo for homepage
| * | | | docs: add gingerbread logo for homepageScott Main2010-11-051-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I54db7009931e1ec5688d4f473a520a4f61db598a
* | | | | am ec97fd30: docs: revisions to ndk download introScott Main2010-11-051-9/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'ec97fd30a6af6d954f156620a69c29352e012d39': docs: revisions to ndk download intro
| * | | | docs: revisions to ndk download introScott Main2010-11-041-9/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib1ba3d5f0e727a1246dc92161b72bcfff6f9d772
* | | | | am 706e41e5: Update the template text for the NDK download page to point to ↵Robert Ly2010-11-051-6/+19
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | new links * commit '706e41e55f2e3b456c51b56ba07d1dfd56716af9': Update the template text for the NDK download page to point to new links
| * | | | Update the template text for the NDK download page to point to newRobert Ly2010-11-041-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | links Change-Id: Icb1571eae18dcd9f9f86c5fd855f15783f9d4ae4
* | | | | Merge 7b393fd1 from open-source masterJean-Baptiste Queru2010-11-041-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | Change-Id: I5fee3ccbf7845d087e72848b4cec0198cd4afc26
| * | | | Merge "Add version_defaults.mk to be a prerequisite of build.prop"Jean-Baptiste Queru2010-11-031-1/+1
| |\ \ \ \
| | * | | | Add version_defaults.mk to be a prerequisite of build.propChih-Wei Huang2010-11-031-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version_defaults.mk defines variables that may affect the content of build.prop. Change-Id: Iabb82459949bb6e7a91829c5b485aad331c50b72
* | | | | am 892ea1ea: Merge "build: Add spare size flag to mkyaffs2image"Jean-Baptiste Queru2010-11-021-0/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '892ea1eaadfa5b57948bb66bd3432e06c58188e1': build: Add spare size flag to mkyaffs2image
| * | | | Merge "build: Add spare size flag to mkyaffs2image"Jean-Baptiste Queru2010-11-021-0/+4
| |\ \ \ \
| | * | | | build: Add spare size flag to mkyaffs2imageNaseer Ahmed2010-11-021-0/+4
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Ib3a915ba5296d31f88cdc81e13da02f281dbdb9f
* | | | | am 2e94aa25: docs: make the resizable side nav standard. DO NOT MERGE. This ↵Scott Main2010-11-013-23/+90
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | actually affects only the SDK tab, which previously did not allow resizing---now it does. Also add a couple new templates to allow either 190 or 200 pixel-wide side navigation by default, and * commit '2e94aa25d458e96d6503b88c52e81c65fb34a9d0': docs: make the resizable side nav standard. DO NOT MERGE. This actually affects only the SDK tab, which previously did not allow resizing---now it does. Also add a couple new templates to allow either 190 or 200 pixel-wide side navigation by default, and apply 200 to the Resources tab.
| * | | | docs: make the resizable side nav standard. DO NOT MERGE.Scott Main2010-11-013-23/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This actually affects only the SDK tab, which previously did not allow resizing---now it does. Also add a couple new templates to allow either 190 or 200 pixel-wide side navigation by default, and apply 200 to the Resources tab. Change-Id: I4555c496088dd8aac77f9aa01273c3a1d52f89e0
* | | | | am fa83b5e4: Merge "docs: update sdk download template DO NOT MERGE add ↵Scott Main2010-11-011-28/+38
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | windows installer and revise a bit else" into gingerbread * commit 'fa83b5e4daf43a431463e80c56fe115a6db3ca04': docs: update sdk download template DO NOT MERGE add windows installer and revise a bit else
| * | | | Merge "docs: update sdk download template DO NOT MERGE add windows installer ↵Scott Main2010-11-011-28/+38
| |\ \ \ \ | | | | | | | | | | | | | | | | | | and revise a bit else" into gingerbread
| | * | | | docs: update sdk download template DO NOT MERGEScott Main2010-10-281-28/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add windows installer and revise a bit else Change-Id: Ie0ea7765d797cb54ee1d7fc733ec6db4fdedac3a
* | | | | | am 4aa7a190: Merge "Fix "make acp" under Cygwin. DO NOT MERGE."Raphael Moll2010-10-291-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * commit '4aa7a190bb81b7e3ad12d53b83908c3c72745f6e': Fix "make acp" under Cygwin. DO NOT MERGE.
| * | | | | Merge "Fix "make acp" under Cygwin. DO NOT MERGE."Raphael Moll2010-10-291-1/+1
| |\ \ \ \ \