summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Moving notice file generation to a python script (it was getting ↵Daniel Berlin2012-03-301-0/+188
|\ | | | | | | fairly complicated in bash), update HTML output to have a table of contents, and fix typos/bugs in notice file CSS"
| * Moving notice file generation to a python scriptDaniel Berlin2012-03-301-0/+188
| | | | | | | | | | | | | | | | (it was getting fairly complicated in bash), update HTML output to have a table of contents, and fix typos/bugs in notice file CSS Change-Id: I51131f594e3bbe63f03165fa42f5ceeaec518543
* | Switch default gcc toolchain from 4.4.3 to 4.6.Jing Yu2012-03-291-3/+3
|/ | | | | | Switch both arm-linux-androideabi toolchainand arm-eabi toolchain. Change-Id: I7b2771fe684853ab37e3b5b7cfe4146f9f901e02
* don't build apicheck for PDK builds, removing dependency on doclavaBrian Swetland2012-03-281-0/+2
| | | | | | PDK builds have no Java APIs... Change-Id: I719e0c206234d03a70f3178fd618676f8ee0e6f4
* am c07c8d05: am 0701c756: am 33666ade: docs: re-add android design icon, ↵Scott Main2012-03-272-2/+2
|\ | | | | | | | | | | | | which had been removed from original location * commit 'c07c8d05910f3ceea4095d7d1ceb0fd7031aa021': docs: re-add android design icon, which had been removed from original location
| * docs: re-add android design icon, which had been removed from original locationScott Main2012-03-262-2/+2
| | | | | | | | Change-Id: I30f3a38ab3e80e78595e28c46815874e4a84f2ed
* | build: move Zip* from libandroidfw to libutilsColin Cross2012-03-222-2/+1
| | | | | | | | | | | | | | ZipUtils is needed by build/tools, move it from libandroidfw (frameworks/base) to libutils (frameworks/native). Change-Id: I188247d058f1baa0ebd14282208d496c4ba061be
* | fix build: make check_radio_versions.py okay with no argsDoug Zongker2012-03-211-0/+3
| | | | | | | | Change-Id: I3539383d9761b57152c04ba9198c724509ba6223
* | optional cross-check between OTA radio images and board-info.txtDoug Zongker2012-03-211-0/+76
| | | | | | | | | | | | | | | | | | | | Adds a python script which checks the version of each radio image added with the new add-radio-file-checked macro against a file containing sha-1 -> version string mappings and the contents of board-info.txt, so that the build can fail if board-info.txt and the OTA images are out of sync. Change-Id: Icb61dc2adefc240ced9059941582c23b629089c0
* | Make adbs work again on Darwin x86.Romain Guy2012-03-131-5/+1
| | | | | | | | | | | | We don't support building on Darwin PPC so let's always assume x86. Change-Id: I079a4040f1c0a144d4cdd1e2b3d2a183c00bf7b0
* | am 52f25665: am a23a3d83: am d9ca90b4: Add SDK template and assets for ↵Roman Nurik2012-03-0720-0/+1693
|\ \ | |/ | | | | | | | | | | Android Design * commit '52f256655855e0a03653a007cb4279eb1c152c5e': Add SDK template and assets for Android Design
| * Add SDK template and assets for Android DesignRoman Nurik2012-03-0620-0/+1693
| | | | | | | | Change-Id: Id7a953bf59e5e05242c46cdfb2b425e80424fc2f
* | am 460eebe3: am 79736c72: am 7d114b19: doc change: assets for playDirk Dougherty2012-03-071-0/+0
|\ \ | |/ | | | | | | * commit '460eebe3b7161cc3d74eba0ab6381dd4894bfffc': doc change: assets for play
| * doc change: assets for playDirk Dougherty2012-03-051-0/+0
| | | | | | | | Change-Id: I58647fd0059c5de54dd7665527a73f61e0d2dd32
* | don't generate retouch commands in OTA scriptsDoug Zongker2012-02-282-45/+11
| | | | | | | | | | | | | | Doing ASLR at OTA time is now obsolete; we can stop emitting this code in OTA scripts. Change-Id: I2bcf8ef0697ea5590120f89dcd302f273daf531e
* | Merge "releasetools: Fix image size checking"Doug Zongker2012-02-211-12/+15
|\ \
| * | releasetools: Fix image size checkingAndrew Boie2012-02-211-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | A block of code that should be evaluated for all image types was instead only being run for yaffs partitions. Change-Id: I83ccbd7fa3c1bc02b9bba0832701ecc258e40a7d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
* | | frameworks/base refactoringMathias Agopian2012-02-201-0/+1
|/ / | | | | | | | | | | add libandroidfw.so to the build Change-Id: If84e8afd5056a5ac66c3c9e116d821a8a5a571dd
* | frameworks/base refactoring: build fixMathias Agopian2012-02-171-1/+1
| | | | | | | | Change-Id: If9f1b8a6a9eafa9ea17a3b994941c5c369be2130
* | am a57f538a: am 7f24ddbc: Merge "docs: add the sidenav h2 back to the ↵Scott Main2012-02-011-1/+2
|\ \ | |/ | | | | | | | | | | stylesheet for compatibility w/ javadocs" into ics-mr1 * commit 'a57f538a22b99ae0e72e18e95d19635d2e6e0762': docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocs
| * Merge "docs: add the sidenav h2 back to the stylesheet for compatibility w/ ↵Scott Main2012-01-311-1/+2
| |\ | | | | | | | | | javadocs" into ics-mr1
| | * docs: add the sidenav h2 back to the stylesheet for compatibility w/ javadocsScott Main2012-01-311-1/+2
| | | | | | | | | | | | Change-Id: I37551efd09bea528200a93a8d3602ea11e63f140
* | | am 769a02fd: am 5be15a0f: Merge "docs: update TOS and PP links to point to ↵Scott Main2012-02-011-3/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704" into ics-mr1 * commit '769a02fd81fdf7e2a92c8282fa5eee05a4273b63': docs: update TOS and PP links to point to unified policy/tems also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704
| * | Merge "docs: update TOS and PP links to point to unified policy/tems also ↵Scott Main2012-01-311-3/+5
| |\ \ | | | | | | | | | | | | add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704" into ics-mr1
| | * | docs: update TOS and PP links to point to unified policy/temsScott Main2012-01-311-3/+5
| | |/ | | | | | | | | | | | | | | | | | | | | | also add a link to the b.android.com issue for reporting doc issues and open footer links in a new window issue: 5931704 Change-Id: Icd6e9b7fb742b05a3c2064b6f2f7767b5b7ed1d8
* | | am a20557fb: am 2032e319: docs: add schema.org sitenavigation scope for sid-navsScott Main2012-01-301-4/+4
|\ \ \ | |/ / | | | | | | | | | * commit 'a20557fb4ddb3f008caf7bdb920c9ab90945ef7f': docs: add schema.org sitenavigation scope for sid-navs
| * | docs: add schema.org sitenavigation scope for sid-navsScott Main2012-01-301-4/+4
| |/ | | | | | | Change-Id: I0952195223f93bda67af0b951c3a061fe92948ce
* | am 3728f56b: am 939c3f72: docs: modify css to support sidenav headings with ↵Scott Main2012-01-301-1/+2
|\ \ | |/ | | | | | | | | | | span, instead of h2 because I suspect the h2 is sending mixed signals to search engines for result snippets * commit '3728f56bc62f35d576b12180f5bbf33d0c83f00d': docs: modify css to support sidenav headings with span, instead of h2 because I suspect the h2 is sending mixed signals to search engines for result snippets
| * docs: modify css to support sidenav headings with span, instead of h2Scott Main2012-01-301-1/+2
| | | | | | | | | | | | because I suspect the h2 is sending mixed signals to search engines for result snippets Change-Id: I80f13774f25439efebcade1b9db41c005018d2aa
* | am 1d5b7c54: am 3652a113: docs: add support for meta descriptions in the <head>Scott Main2012-01-303-7/+11
|\ \ | |/ | | | | | | * commit '1d5b7c5490d256bdaa516db4aaed584e9f0d1469': docs: add support for meta descriptions in the <head>
| * docs: add support for meta descriptions in the <head>Scott Main2012-01-303-7/+11
| | | | | | | | Change-Id: I7ff7a5083a75dde718b4701623e029c225289617
* | am c73e26f3: am dc7418b2: docs: add images for g+ homepage announcementScott Main2012-01-302-0/+0
|\ \ | |/ | | | | | | * commit 'c73e26f3bd038b17e60e24d0ed4d6e125bc2ef00': docs: add images for g+ homepage announcement
| * docs: add images for g+ homepage announcementScott Main2012-01-302-0/+0
| | | | | | | | Change-Id: I36430a1885be368218e1c896d6fc008355096a06
* | add device-specific hooks at start of OTA phasesDoug Zongker2012-01-172-0/+20
| | | | | | | | Change-Id: I47534e6d40e7918ee8cb9e87d76d9030b9273708
* | Fix build warningGlenn Kasten2012-01-121-1/+1
| | | | | | | | Change-Id: I1e3a76e4bdae5eec4f75c5d8eb9f533afab6d140
* | Revert "Point arm toolchain to the new gcc-4.6 one."Jean-Baptiste Queru2012-01-111-3/+3
| | | | | | | | This reverts commit 1f87795eef3ab5f63675dc6e01f304d1a6e46d2a.
* | am 5c267863: am f962eb10: Merge "docs: add css for Android Design links and ↵Scott Main2012-01-102-1/+14
|\ \ | |/ | | | | | | | | | | add link to site header" into ics-mr1 * commit '5c26786314c934819d460fb565be200ee8894ed0': docs: add css for Android Design links and add link to site header
| * docs: add css for Android Design links and add link to site headerScott Main2012-01-102-1/+14
| | | | | | | | Change-Id: I0a9469519076b1c5b9d7c121df1f2c731a08d2cb
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ieea4e4511e1a95caeea42cd0a0c1147ebf9c2f48
* | Point arm toolchain to the new gcc-4.6 one.Jing Yu2012-01-061-3/+3
| | | | | | | | | | | | | | | | | | | | Tested build mysid-eng, sojus-eng, trygon-eng, yakju-eng. Change-Id: I742cf9fcf2407b9098c99136d67161ecf062ac01 Conflicts: core/combo/TARGET_linux-arm.mk
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-052-3/+3
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I817c12b1e97bee598097d02c70d509f7ab70576a
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I02566a8d55d7f8845bcc11925b90b2dac4342e63
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-032-57/+57
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I9281fd27af8c6ec29ebdca60b22f6c9d5ff8deed
* | am 96f696d9: am c4e8801c: am 50d6f97c: docs: revise space wrapping to avoid ↵Scott Main2011-12-151-0/+2
|\ \ | |/ | | | | | | | | | | "new" tags from breaking new lines alone Temp fix * commit '96f696d90176b53c6902455b270960dd88ca1c1a': docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
| * am 50d6f97c: docs: revise space wrapping to avoid "new" tags from breaking ↵Scott Main2011-12-151-0/+2
| |\ | | | | | | | | | | | | | | | | | | new lines alone Temp fix * commit '50d6f97c46934014894a43d3610029f579145713': docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
| | * docs: revise space wrapping to avoid "new" tags from breaking new lines aloneScott Main2011-12-151-0/+2
| | | | | | | | | | | | | | | | | | Temp fix Change-Id: If99ce3442ec179a46fe3bbe0a06f690527d05eb5
* | | am a9255cfa: am 0af80fb4: am 0f429ebe: docs: fix bug in script for tab cookiesScott Main2011-12-151-2/+2
|\ \ \ | |/ / | | | | | | | | | * commit 'a9255cfa7c4b352b730ade2ea5cf3096f9512845': docs: fix bug in script for tab cookies
| * | am 0f429ebe: docs: fix bug in script for tab cookiesScott Main2011-12-151-2/+2
| |\ \ | | |/ | | | | | | | | | * commit '0f429ebe63acbf8ccc1efe3c4185151eb15a4783': docs: fix bug in script for tab cookies
| | * docs: fix bug in script for tab cookiesScott Main2011-12-151-2/+2
| | | | | | | | | | | | Change-Id: I09a49764f66673b3f55032158efd44c228832e8f
* | | am b90afc2c: am 9839afdd: am 1d42360a: docs: style and script changes for ↵Scott Main2011-12-152-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | android u classes * commit 'b90afc2cf008fac3f63e721de7ef0a64f8e815b1': docs: style and script changes for android u classes