Scott Main
131c79cbd0
am 9b6614d5
: am e02449dc
: am 44c32b95
: Merge "docs: adjust sdk page to show/hide messages based on whether online or offline docs mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08" into honeycomb-mr2
...
* commit '9b6614d58bf3ed4ad127bc607405af834c349662':
docs: adjust sdk page to show/hide messages based on whether online or offline docs mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08
2011-06-02 16:22:44 -07:00
Scott Main
9b6614d58b
am e02449dc
: am 44c32b95
: Merge "docs: adjust sdk page to show/hide messages based on whether online or offline docs mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08" into honeycomb-mr2
...
* commit 'e02449dc9f02459d077c99a72033c7653be634bb':
docs: adjust sdk page to show/hide messages based on whether online or offline docs mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08
2011-05-27 10:54:50 -07:00
Scott Main
17e47ad58f
docs: adjust sdk page to show/hide messages based on whether online or offline docs
...
mutually dependent on Change-Id: Ie7490973001530098d5001d9ef5e4dbfab86ed08
Change-Id: I15658c0868c755947207cb8d6391b6aed4c90e14
2011-05-27 10:15:59 -07:00
Scott Main
00659251c3
am c9395fc3
: am 8d29d2dc
: am 9d27a153
: am faf8baaf
: docs: make featured video titles smaller so they don\'t line wrap
...
* commit 'c9395fc341fda71d95e622668545990fe94cdd5c':
docs: make featured video titles smaller so they don't line wrap
2011-05-16 12:25:17 -07:00
Scott Main
c9395fc341
am 8d29d2dc
: am 9d27a153
: am faf8baaf
: docs: make featured video titles smaller so they don\'t line wrap
...
* commit '8d29d2dc670cc990fa6824fdd7ba25edb2a479f2':
docs: make featured video titles smaller so they don't line wrap
2011-05-16 12:22:27 -07:00
Scott Main
faf8baaff1
docs: make featured video titles smaller so they don't line wrap
...
Change-Id: I5f4dc06e467a30b579c2710ac1d96a350ef77ff2
2011-05-16 12:14:17 -07:00
Doug Zongker
02da210a5c
pass blobs to write_raw_image() instead of using temp file
...
Change-Id: I73b71541596612552d52a8f7b1ccdd74451ac6fc
2011-04-12 15:50:17 -07:00
Scott Main
77aa8aff6d
am 5d587a47
: am 2218c027
: am 63e2c1eb
: docs: add Google IO 2011 logo
...
* commit '5d587a470f83afe07a9cb97ab0fdb555efee751d':
docs: add Google IO 2011 logo
2011-04-01 16:27:17 -07:00
Scott Main
5d587a470f
am 2218c027
: am 63e2c1eb
: docs: add Google IO 2011 logo
...
* commit '2218c027117b10fd909083c8c666bebb074c2167':
docs: add Google IO 2011 logo
2011-04-01 16:25:04 -07:00
Scott Main
2218c02711
am 63e2c1eb
: docs: add Google IO 2011 logo
...
* commit '63e2c1eba8079caa3288a14041239f7b5018ee92':
docs: add Google IO 2011 logo
2011-04-01 16:19:26 -07:00
Scott Main
63e2c1eba8
docs: add Google IO 2011 logo
...
Change-Id: I0393325205c31f588d1e1fb64dfcc2d4714bdad6
2011-04-01 15:05:12 -07:00
Ying Wang
cd4e323e0e
am ce467097
: am 54aa74ef
: am a9e5bb8a
: am f78fb1d1
: Merge "Use my-dir in a consistent way as others"
...
* commit 'ce4670977d0367983e40ed339da793792fdb6e06':
Use my-dir in a consistent way as others
2011-03-31 15:16:36 -07:00
Ying Wang
ce4670977d
am 54aa74ef
: am a9e5bb8a
: am f78fb1d1
: Merge "Use my-dir in a consistent way as others"
...
* commit '54aa74ef5da0a76a0fc1afdabaa24d2fb0744cd1':
Use my-dir in a consistent way as others
2011-03-31 15:14:32 -07:00
Ying Wang
54aa74ef5d
am a9e5bb8a
: am f78fb1d1
: Merge "Use my-dir in a consistent way as others"
...
* commit 'a9e5bb8a6b2b772b07214e4dd0004f6989285dd0':
Use my-dir in a consistent way as others
2011-03-31 15:11:58 -07:00
Ying Wang
eb68729bf3
am 080ed92e
: Merge "Close inherited PIPE before doing work" into gingerbread
...
* commit '080ed92e77fc7c24ca3bac1a1dc06057390bfdb8':
Close inherited PIPE before doing work
2011-03-15 18:21:20 -07:00
Ying Wang
080ed92e77
Merge "Close inherited PIPE before doing work" into gingerbread
2011-03-15 17:49:05 -07:00
Iliyan Malchev
b375e71d30
build: remove prelinker build build system
...
This patch removes support for prelinking from the build system. By now, the
prelinker has outlived its usefulness for several reasons. Firstly, the
speedup that it afforded in the early days of Android is now nullified by the
speed of hardware, as well as by the presence of Zygote. Secondly, the space
savings that come with prelinking (measued at 17MB on a recent honeycomb
stingray build) are no longer important either. Thirdly, prelinking reduces
the effectiveness of Address-Space-Layout Randomization. Finally, since it is
not part of the gcc suite, the prelinker needs to be maintained separately.
The patch deletes apriori, soslim, lsd, isprelinked, and iself from the source
tree. It also removes the prelink map.
LOCAL_PRELINK_MODULE becomes a no-op. Individual Android.mk will get cleaned
separately. Support for prelinking will have to be removed from the recovery
code and from the dynamic loader as well.
Change-Id: I5839c9c25f7772d5183eedfe20ab924f2a7cd411
2011-03-12 14:59:46 -08:00
Chih-Wei Huang
e73c4bbc50
Use my-dir in a consistent way as others
...
Change-Id: I3fd0cc58b48d621b431d7dd05fb689c1917b530d
2011-03-11 11:48:48 +08:00
Ying Wang
70d6ec5f9b
resolved conflicts for merge of 0a1f3236
to honeycomb-plus-aosp
...
Change-Id: I6596f4a65a99eed98bdca2d8a6840bc378297b6d
2011-03-07 11:07:12 -08:00
Scott Main
73b0979941
am e8f40264
: Merge "docs: update android market icon" into honeycomb
...
* commit 'e8f402640b278b234594fd68dc5bab4ac94a334e':
docs: update android market icon
2011-03-07 10:51:43 -08:00
Scott Main
e8f402640b
Merge "docs: update android market icon" into honeycomb
2011-03-07 10:44:54 -08:00
Scott Main
2e426cf07c
am 3ab162e7
: docs: script update to account for double-nested list items when scrolling sidenav into view
...
* commit '3ab162e71cbe88ec4d2207c39b9f3d2d7f4c965c':
docs: script update to account for double-nested list items when scrolling sidenav into view
2011-03-05 09:24:41 -08:00
Ying Wang
0a1f3236e3
am a73b6561
: Drop support for target files with no recovery.fstab.
...
* commit 'a73b6561cee39ad416f4af327dbe72ec565d2423':
Drop support for target files with no recovery.fstab.
2011-03-04 17:13:04 -08:00
Ying Wang
a73b6561ce
Drop support for target files with no recovery.fstab.
...
Change-Id: I099298cfffc2546975732a3bf0df60f96ccbdac4
Meanwhile don't build the ota and update zip files if no recovery.fstab
found.
2011-03-04 14:42:13 -08:00
Scott Main
3ab162e71c
docs: script update to account for double-nested list items when scrolling sidenav into view
...
Change-Id: I03668f9ecb7da03a7921a0d7eacd2dcaa0a1ba54
2011-03-04 12:24:54 -08:00
Scott Main
a9c45d1311
am befeb8e5
: docs: css tweaks to quickview subrule
...
* commit 'befeb8e5d54efe9511237e7f5cd99707e1717cb5':
docs: css tweaks to quickview subrule
2011-03-04 11:17:24 -08:00
Scott Main
6da57060d1
docs: update android market icon
...
Change-Id: I3659cb6cbeb795debd769efc7245cd14d2a86418
2011-03-04 10:18:04 -08:00
Scott Main
befeb8e5d5
docs: css tweaks to quickview subrule
...
Change-Id: Ib25255c176ed13e8d0bb5edc4172e1629a886125
2011-03-04 09:56:50 -08:00
Scott Main
6c4e37b153
am 75eb14bc
: docs: add default margins for form element
...
* commit '75eb14bc1c2ae4f46c6d67ec51c1a9e8ed42e25f':
docs: add default margins for form element
2011-03-04 01:21:45 -08:00
Scott Main
75eb14bc1c
docs: add default margins for form element
...
Change-Id: Ibce828e2f22193e1725420e90d4df408646f23dd
2011-03-03 10:28:02 -08:00
Doug Zongker
369985c6f2
remove vestigial WriteFirmwareImage function
...
Nothing calls this, and the updater function it calls no longer
exists. The HTC-device-specific thing it used to do was moved to HTC
extension libraries.
Change-Id: I2252adf44ea0c5beb6e9379215d7337880f66f68
2011-03-02 10:57:06 -08:00
Dirk Dougherty
c3efc5abe1
am 94f31517
: am c2fa0fde
: Merge "Doc change: add image for GDC 2011 announcement." into honeycomb
...
* commit '94f3151763c68b6a5c503d3a49a2e01bd7fb7d6e':
Doc change: add image for GDC 2011 announcement.
2011-02-27 22:35:37 -08:00
Dirk Dougherty
94f3151763
am c2fa0fde
: Merge "Doc change: add image for GDC 2011 announcement." into honeycomb
...
* commit 'c2fa0fde6f4a9c44255e137fcb524979ce9bc587':
Doc change: add image for GDC 2011 announcement.
2011-02-27 22:32:24 -08:00
Dirk Dougherty
c2fa0fde6f
Merge "Doc change: add image for GDC 2011 announcement." into honeycomb
2011-02-27 22:23:02 -08:00
Ying Wang
77f31fe728
Fix dump vars.
...
Now you have to run config.mk instead of envsetup.mk to dump vars in the build system.
Change-Id: I6caaa7eb13dfd55f07303963f6337d51fb126bb9
2011-02-25 11:12:13 -08:00
Doug Zongker
cf58dafc17
am 9df922a0
: read partition length from recovery.fstab
...
* commit '9df922a077a6bb45b742f5e2ac668a537999e604':
read partition length from recovery.fstab
2011-02-24 18:42:04 -08:00
Doug Zongker
9df922a077
read partition length from recovery.fstab
...
Don't hardcode magical partition behavior in the script generator.
Change-Id: I4aeea022f8a32a7c9f316be2c2514510344ca0e0
2011-02-24 18:39:27 -08:00
Dirk Dougherty
003d921b4f
Doc change: add image for GDC 2011 announcement.
...
Change-Id: Ia7bac143a043a1f9c74de3be04a566371ad6dbe6
2011-02-24 15:51:05 -08:00
Doug Zongker
ca855e9c0a
increase java heap size when signing packages
...
Large OTA packages are causing signapk to run out of memory.
Change-Id: I511b9b5fb2d303805006ca76458f44bf72faeff2
2011-02-23 09:25:01 -08:00
Doug Zongker
9c2b9db6b5
Merge "read partition length from recovery.fstab"
2011-02-23 09:07:35 -08:00
Doug Zongker
086cbb0acb
read partition length from recovery.fstab
...
Don't hardcode magical partition behavior in the script generator.
Change-Id: I4aeea022f8a32a7c9f316be2c2514510344ca0e0
2011-02-23 09:04:33 -08:00
Scott Main
b12c010dad
am d5f90275
: am 287987db
: add style for \'new-child\' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
...
* commit 'd5f902751b259b9281c3c87966d6238e262de000':
add style for 'new-child' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
2011-02-22 21:40:08 -08:00
Scott Main
d5f902751b
am 287987db
: add style for \'new-child\' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
...
* commit '287987db4f47a770f9e48375c02fdb3369190f14':
add style for 'new-child' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
2011-02-22 21:13:03 -08:00
Scott Main
287987db4f
add style for 'new-child' class, which hides the "new" tag when the parent
...
list item is expanded (for use when the parent is advertising a new child doc)
Change-Id: I81945c109d1edc3b588a8b1c5968179266a1dc48
2011-02-22 08:32:40 -08:00
Jeff Brown
f24495f7da
Remove obsolete kcm tool.
...
Change-Id: Ib5aa60cd9d308ce7c672c57513bdcf78e0f1080d
2011-02-19 05:22:55 -08:00
Scott Main
7f7b70619d
am 826d0321
: am c438082f
: docs: add sampleindex file for droiddoc to customize the breadcrumbs
...
* commit '826d03213faa02820f7fcff0b397a8cfbf00b547':
docs: add sampleindex file for droiddoc to customize the breadcrumbs
2011-02-16 12:02:59 -08:00
Scott Main
826d03213f
am c438082f
: docs: add sampleindex file for droiddoc to customize the breadcrumbs
...
* commit 'c438082fd2dde771f0b3f1628777a3e2bd12214f':
docs: add sampleindex file for droiddoc to customize the breadcrumbs
2011-02-16 12:00:21 -08:00
Scott Main
c438082fd2
docs: add sampleindex file for droiddoc to customize the breadcrumbs
...
Change-Id: If777ebb3cfe4887ec8ce8f746b9ec83b82035b37
2011-02-16 10:05:29 -08:00
Scott Main
386ce961e9
am 2781cae5
: am 1000e35a
: docs: add honeycomb logo and revise css to for toggle widget
...
* commit '2781cae512e1abeab43e4e8decd50f2a5a46eb96':
docs: add honeycomb logo and revise css to for toggle widget
2011-02-14 10:44:20 -08:00
Scott Main
2781cae512
am 1000e35a
: docs: add honeycomb logo and revise css to for toggle widget
...
* commit '1000e35a6b5351cae8c8f5df23020bd870ccd062':
docs: add honeycomb logo and revise css to for toggle widget
2011-02-14 10:42:35 -08:00