| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Id7a953bf59e5e05242c46cdfb2b425e80424fc2f
|
|
|
|
| |
Change-Id: I58647fd0059c5de54dd7665527a73f61e0d2dd32
|
|\
| |
| |
| | |
javadocs" into ics-mr1
|
| |
| |
| |
| | |
Change-Id: I37551efd09bea528200a93a8d3602ea11e63f140
|
|\ \
| | |
| | |
| | | |
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
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
Change-Id: I0952195223f93bda67af0b951c3a061fe92948ce
|
|
|
|
|
|
| |
because I suspect the h2 is sending mixed signals to search engines for result snippets
Change-Id: I80f13774f25439efebcade1b9db41c005018d2aa
|
|
|
|
| |
Change-Id: I7ff7a5083a75dde718b4701623e029c225289617
|
|
|
|
| |
Change-Id: I36430a1885be368218e1c896d6fc008355096a06
|
|
|
|
| |
Change-Id: I0a9469519076b1c5b9d7c121df1f2c731a08d2cb
|
|\
| |
| |
| |
| |
| |
| | |
new lines alone Temp fix
* commit '50d6f97c46934014894a43d3610029f579145713':
docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
|
| |
| |
| |
| |
| |
| | |
Temp fix
Change-Id: If99ce3442ec179a46fe3bbe0a06f690527d05eb5
|
|\ \
| |/
| |
| |
| | |
* commit '0f429ebe63acbf8ccc1efe3c4185151eb15a4783':
docs: fix bug in script for tab cookies
|
| |
| |
| |
| | |
Change-Id: I09a49764f66673b3f55032158efd44c228832e8f
|
|\ \
| |/
| |
| |
| | |
* commit '1d42360a028b2d55f6d4d29bd99e8ef3de6e8402':
docs: style and script changes for android u classes
|
| |
| |
| |
| | |
Change-Id: I5866541bb9dd41329aa02328b805959c8f675f8c
|
|/
|
|
|
|
|
|
| |
Checksum the entire recovery partition at boot time to see if we need
to rewrite it, rather than just the first 2kb.
Bug: 5668350
Change-Id: I777754f92e8da630ae3c09bb0d4c41884ff62f39
|
|
|
|
|
|
|
|
|
| |
Add a custom version of docpage.cs to the droiddoc template, because
it adds a good deal of custom design and behavior (instead of updating
the doclava version of the file). Add CSS for next/previous links in
android u lessons and revise style for download button.
Change-Id: I829c4fb134d6f5c3cee82fb86958d23ef64e8481
|
|
|
|
| |
Change-Id: Ic92c83be0c3f6a76bf1bd21f0216cd1b87586959
|
|
|
|
| |
Change-Id: I0d528d3d55e5ee553e57e63ed1f998172c6306f8
|
|
|
|
| |
Change-Id: I7d6f511c69d589bf035ac3eb7eeee4b0e0505faa
|
|
|
|
| |
Change-Id: I0d690a6c0880343919114370331b7c2756b6a50e
|
|
|
|
|
|
| |
z-index to be on top of images
Change-Id: I7c0c2e15d511f4362eb721bf8eb0343fa3f24bc0
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I57504ce0919c88fd28ef550775b012b6c3d8498f
|
|\ \
| |/
|/|
| |
| | |
* commit 'ad4142cce8e8a4fe8c9cbfe92a49428ea789986e':
add missing parameter to ReplaceOtaKeys
|
| |
| |
| |
| | |
Change-Id: Ib596235a8e3b3588d363fea82b92b69895ee5408
|
| |
| |
| |
| |
| |
| |
| |
| | |
The signing and OTA-building tools now understand the
default_sys_dev_certificate value which may be present in the
META/misc_info.txt file of the target-files packages.
Change-Id: I64f09ec0b77a5184b6ddb74019255518776ee773
|
| |
| |
| |
| |
| |
| | |
I assume this was introduced by a change in the CSE implementation
Change-Id: I776e385fd6c0d738a4bbf8372911b205c1f98123
|
| |
| |
| |
| |
| |
| | |
used within the 'special' div when in the reference.
Change-Id: Iebf84484e2eda104b2247aefc5a539f2a62c5102
|
|\ \
| |/
| |
| |
| |
| |
| | |
ics-factoryrom
* commit '6e69feed1a3d57d3206f7dabe32e06e8b07189e2':
allow APKs to be signed with multiple certs
|
| |
| |
| |
| |
| |
| |
| | |
The Package Manager handles this now. To share a UID, all packages
must be signed with exactly the same set of certs.
Change-Id: I2fd08923f55f02ae2f1d503266ab124be2472921
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new line syntax is:
[SRC] [rm|strip] DEST
This allows one to write things like this in atree:
bin/src
bin/src bin/dest
bin/src "bin/another file name"
rm dest/file
rm dest/dir # recursive
strip bin/src
bin/src strip bin/dest
Src and dest can contain spaces if full enclosed in double-quotes.
The strip command can be overridden using the STRIP env var.
Cherry-pick from master 0b3ec5d32f15bdea67d15af95cf68e455867c668
|
| |
| |
| |
| | |
Change-Id: I3a9535acb47fc3960020a390dec8d0294a404c2e
|
| |
| |
| |
| |
| |
| |
| |
| | |
The signing and OTA-building tools now understand the
default_sys_dev_certificate value which may be present in the
META/misc_info.txt file of the target-files packages.
Change-Id: I64f09ec0b77a5184b6ddb74019255518776ee773
|
| |
| |
| |
| | |
Change-Id: I070f14247088f6a88dcfdfb352615e588bf3e902
|
| |
| |
| |
| |
| |
| | |
continue handling provisional api levels
Change-Id: Ia21ea5d4f379fd85d975d1f3fe387c311c7c15aa
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new line syntax is:
[SRC] [rm|strip] DEST
This allows one to write things like this in atree:
bin/src
bin/src bin/dest
bin/src "bin/another file name"
rm dest/file
rm dest/dir # recursive
strip bin/src
bin/src strip bin/dest
Src and dest can contain spaces if full enclosed in double-quotes.
The strip command can be overridden using the STRIP env var.
Change-Id: I22aae7a87c36c082e1aab87132099a3c644914da
|
|\
| |
| |
| | |
docs: some css for android u and javascript"
|
| |
| |
| |
| |
| |
| |
| | |
docs: some css for android u
and javascript
Change-Id: Idb897999eb9c88823ebab418ca5386bca77ca969
|
|/
|
|
|
|
|
|
|
|
| |
Bug: 5265104
- Move installed-files.txt forward to ahead of system.img in the
dependency graph, so that even if the system.img fails to build due to
too large size we can still get the size stats.
- Change the script tools/fileslist.py to sort items in decreasing size.
Change-Id: I5913bc51971e341ffbfcf3fa449c987f126e409b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Works around a problem observed on a retail device: incremental update
from build 1 to build 2 partially completed, leaving a mix of files
from the two builds. (Why it booted into the regular system instead
of recovery to restart update installation is still a mystery.)
build.prop was one of the files updated, so the device reported itself
as having build 2. The device hobbled along for months in this state,
until build 3 was released and the 2-to-3 incremental package
repeatedly failed (because some of the files it was trying to patch
were build 1).
This change makes updating build.prop the very last thing does by an
incremental update script, so if installation is aborted and the
regular system starts (and works at all), it will continue reporting
itself as build 1 and be sent the 1-to-2 OTA package again.
Change-Id: I1edc1dcef2bd2495b6fd96517c2f4c574b994f27
|
|\
| |
| |
| |
| |
| |
| | |
again."
* commit '2bcdfe145d485fc28e86700e4ed57ac67368de25':
Sort the results of findleaves again.
|
| |\
| | |
| | |
| | |
| | | |
* commit '4651ee5db200772921bad828c280d165ff3997c3':
Sort the results of findleaves again.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Commit d36e945 changed findleaves.py to sort the output files so that
the order is deterministic and won't cause spurious build errors when
files happen to be listed (and hence read) in different order on
e.g. add/remove the makefiles.
This correction broke after commit 4820a94 because the conversion to
a set with set() in order to remove duplicates came after sort() and
potentially altered the order of the elements.
This commit fixes makes sure findleaves.py is guaranteed to return
a sorted filename list without duplicates.
Change-Id: Ifd96d04d45641fe43d4cc4739f78a2d4d25cc212
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '6d38bdfc7b9ff699370b4a40dcbdddce0ea713b8':
sha module is deprecated
|
| |\ \
| | |/
| | |
| | | |
Change-Id: I8400ac2bead6aa1a9902d44bf65906084ad353ad
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch removes the deprecated warnings from the python
scripts.
Change-Id: I052a0aab3fb28dd1d78de1307edafda6b6c35e5f
|
| | |
| | |
| | |
| | |
| | |
| | | |
string names)
Change-Id: I2df890739054e4130e455c9dcf5540a9c39f5ee3
|