Commit Graph

4255 Commits

Author SHA1 Message Date
Alex Klyubin
094caf99aa Merge "No need to JAR-sign OTA update packages." 2016-05-16 17:11:04 +00:00
Joe Fernandez
37f30cbb77 docs: Wear Preview - update TOC navigation behavior am: f8e4e54b89 am: f9601a7ad2
am: f1ed84693e

* commit 'f1ed84693e5be34bebeafe1eb78a2f0cb6041b65':
  docs: Wear Preview - update TOC navigation behavior

Change-Id: Ib24e9f48cf9c4ced46d43bfe056489aaf28ce9bc
2016-05-16 01:16:27 +00:00
Joe Fernandez
f1ed84693e docs: Wear Preview - update TOC navigation behavior am: f8e4e54b89
am: f9601a7ad2

* commit 'f9601a7ad261772cf0f89df267de6998fd65cc48':
  docs: Wear Preview - update TOC navigation behavior

Change-Id: I4304642d26f0b975cb50bfdd53a04167d186b268
2016-05-16 01:13:40 +00:00
Joe Fernandez
f9601a7ad2 docs: Wear Preview - update TOC navigation behavior
am: f8e4e54b89

* commit 'f8e4e54b89cf381a725e8be9e05eee2bb94b0f2c':
  docs: Wear Preview - update TOC navigation behavior

Change-Id: I9cbf81eec6b55a40d573c0160b7f7936bd0eb621
2016-05-16 01:10:52 +00:00
Joe Fernandez
f8e4e54b89 docs: Wear Preview - update TOC navigation behavior
b/28004352

Change-Id: I1818c7b0def80e5871a0e6abf0353e9216164e1f
2016-05-15 17:56:44 -07:00
Amanda Kassay
890d2c1177 Updated default.css and docs.js for DoD transition fallback. am: 4d5bcbf62a am: 613cf217cf am: 18840d1ecb
am: 600ccf1185

* commit '600ccf1185bf6c1ad095297d3092242e1d5c1e67':
  Updated default.css and docs.js for DoD transition fallback.

Change-Id: Idd75473052eb8e05f9c5e34f7289b3cd963f9a34
2016-05-14 15:38:25 +00:00
Amanda Kassay
600ccf1185 Updated default.css and docs.js for DoD transition fallback. am: 4d5bcbf62a am: 613cf217cf
am: 18840d1ecb

* commit '18840d1ecbeeb4691e61a5745757c56af95d87fc':
  Updated default.css and docs.js for DoD transition fallback.

Change-Id: I2b1a4174aee4c85df917431135529798790fd8cf
2016-05-14 15:35:22 +00:00
Amanda Kassay
18840d1ecb Updated default.css and docs.js for DoD transition fallback. am: 4d5bcbf62a
am: 613cf217cf

* commit '613cf217cf3f60cadd6235e0336df2e076588e3c':
  Updated default.css and docs.js for DoD transition fallback.

Change-Id: I4025f00dd7958af44c2aa3475f3ac397246e55e6
2016-05-14 15:32:26 +00:00
Amanda Kassay
613cf217cf Updated default.css and docs.js for DoD transition fallback.
am: 4d5bcbf62a

* commit '4d5bcbf62a0cc6ec1db0c860a818b6166dceed74':
  Updated default.css and docs.js for DoD transition fallback.

Change-Id: I22a7466baee5d752542000565afb826eef06c96d
2016-05-14 15:29:30 +00:00
Alex Klyubin
2af45bacb4 Improve concurrency for JAR entry inspection requests.
This moves the creation of potentially expensive objects from the
thread which creates JAR entry inspection requests, to the thread
which fulfills these requests, increasig concurrency opportunities.

Bug: 27461702
Change-Id: If753b2de7fb04ee5e2e4bbcb27d42269d7fa5def
2016-05-13 18:51:18 -07:00
Joe Fernandez
021b292d03 docs: Instant Apps - enable TOC and navigation for navigation am: f38a01d800 am: 84a8735017
am: a067357b5a

* commit 'a067357b5a8c6d4b271ae43ca9507091ea3d545b':
  docs: Instant Apps - enable TOC and navigation for navigation

Change-Id: I942cfb1d627f3a1faed06c1ad2afcf26d5299149
2016-05-13 23:48:31 +00:00
Joe Fernandez
a067357b5a docs: Instant Apps - enable TOC and navigation for navigation am: f38a01d800
am: 84a8735017

* commit '84a873501701f7846c09b4bff604e65c2c38a9bd':
  docs: Instant Apps - enable TOC and navigation for navigation

Change-Id: I9b9974a0e180139dccea8867f3675473b95ba5be
2016-05-13 23:45:57 +00:00
Joe Fernandez
84a8735017 docs: Instant Apps - enable TOC and navigation for navigation
am: f38a01d800

* commit 'f38a01d800b05187db6515527df919a1a8dec6f5':
  docs: Instant Apps - enable TOC and navigation for navigation

Change-Id: I1b05ae4d00f7ac446274978dc6f32fa98c804d81
2016-05-13 23:43:22 +00:00
Joe Fernandez
f38a01d800 docs: Instant Apps - enable TOC and navigation for navigation
Change-Id: I7a259da8618f090a8146d4f42608ebc8baf73af1
2016-05-13 16:15:22 -07:00
Amanda Kassay
4d5bcbf62a Updated default.css and docs.js for DoD transition fallback.
Change-Id: I0a978667b2ead38ba8dad8c90b173e9e91abd6f2
2016-05-13 16:04:44 -04:00
Ian Rogers
ee4610c923 Merge "Make Error Prone warnings in sync with Error Prone documenation." am: 86c3b72d9c
am: f87e3bb296

* commit 'f87e3bb29664d53e3f74fecd395e12c14b7c3691':
  Make Error Prone warnings in sync with Error Prone documenation.

Change-Id: Icd93fd98666f35cc936ff80db2f717ae9cacdb32
2016-05-13 18:24:36 +00:00
Ian Rogers
86c3b72d9c Merge "Make Error Prone warnings in sync with Error Prone documenation." 2016-05-13 18:19:18 +00:00
Ian Rogers
6e52003b54 Make Error Prone warnings in sync with Error Prone documenation.
Use summary information from annotation within Error Prone to auto-generate
the warnings list.

Bug: 28681096
Change-Id: Ib3a5f734bd229726fcd7332eaa9e0e1bd1200c25
2016-05-13 10:18:18 -07:00
Mohamad Ayyash
465acf8631 Use fs_config files for mksquashfs
BUG: 27467028
Change-Id: I7648030ad4b31d70a5d439e9552fd2cbfe288b74
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
BUG: 28704419
2016-05-12 18:44:48 -07:00
Alex Klyubin
7b9641d153 Merge "Offer an ApkSignerEngine implementation." am: 6975f03fd8
am: 2c7da1d5c7

* commit '2c7da1d5c7b5c41736b8f0d63530344ce5f691e7':
  Offer an ApkSignerEngine implementation.

Change-Id: I6e8f9205476ae95bf65f3a6c3d0c0653a8546ffe
2016-05-12 18:48:30 +00:00
Alex Klyubin
6975f03fd8 Merge "Offer an ApkSignerEngine implementation." 2016-05-12 18:43:08 +00:00
Amanda Kassay
3b135b25d5 Removing commented out deprecated download links in sdkpage.cs am: eefc7d441c am: 7387b5861b am: 494e80cabc
am: b6a7250084

* commit 'b6a7250084c5616bd0f16e50bf6aba402a552d87':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I0cb3a9d072c4239e07869ef3d6e1086eb25b55d4
2016-05-12 18:35:34 +00:00
Alex Klyubin
0caa16a6d1 No need to JAR-sign OTA update packages.
This removes the logic for JAR signing from -w (whole-file signing)
mode. This mode is designed specifically for OTA update packages. When
such packages are verified, their JAR signatures are ignored. Thus,
there is no need to JAR-sign in -w mode.

For context, OTA update packages are protected by a special signature
residing in the ZIP End of Central Directory record (at the very end
of the file). This is the signature verified when update packages are
being applied to Android.

Change-Id: Ia852a11ed6774ce746087cdd7f028b191ef6bc8b
2016-05-12 11:32:43 -07:00
Amanda Kassay
b6a7250084 Removing commented out deprecated download links in sdkpage.cs am: eefc7d441c am: 7387b5861b
am: 494e80cabc

* commit '494e80cabcec97f4052ca15bd1eb8968e7910c35':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I332c0b7c12686e868fe24404aecc8966cdcf6f5d
2016-05-12 18:32:29 +00:00
Amanda Kassay
494e80cabc Removing commented out deprecated download links in sdkpage.cs am: eefc7d441c
am: 7387b5861b

* commit '7387b5861b61d22a0c2edffb10611284a6d8fa0b':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I40bb1b50cc1d49dd3113e8511b8fa744acdf27b5
2016-05-12 18:29:57 +00:00
Amanda Kassay
7387b5861b Removing commented out deprecated download links in sdkpage.cs
am: eefc7d441c

* commit 'eefc7d441c2c3b235fdae71853921dffff6da755':
  Removing commented out deprecated download links in sdkpage.cs

Change-Id: I95145f9fb614fc875fcffbccfa24f176160138f7
2016-05-12 18:27:28 +00:00
Amanda Kassay
eefc7d441c Removing commented out deprecated download links in sdkpage.cs
Change-Id: Iad26e72120b110fa017821be887de0cd07b3889a
2016-05-12 14:17:41 -04:00
Alex Klyubin
e305f45f00 Offer an ApkSignerEngine implementation.
This adds an implementation of ApkSignerEngine to the apksigner-core
library.

Bug: 27461702
Change-Id: I5f977b98555ca507a0dfcd3e92eecb9758aa8370
2016-05-12 10:56:06 -07:00
Joe Fernandez
b5ec3948f9 docs: Wear Preview - TOC and Resource card fixes for DoDS am: 151592490e am: 10719438d6
am: 5b61e4cb61

* commit '5b61e4cb6109bf2435f9231f3c0d0368ab912599':
  docs: Wear Preview - TOC and Resource card fixes for DoDS

Change-Id: Ifac77b8621bebf82a3ea2121878bdce15fce46a1
2016-05-12 06:37:21 +00:00
Joe Fernandez
5b61e4cb61 docs: Wear Preview - TOC and Resource card fixes for DoDS am: 151592490e
am: 10719438d6

* commit '10719438d6faaa1fea500057e211b2d88faf6d74':
  docs: Wear Preview - TOC and Resource card fixes for DoDS

Change-Id: If17971766425bc5fbba0e9860d611ea043d6b8dd
2016-05-12 06:34:58 +00:00
Joe Fernandez
10719438d6 docs: Wear Preview - TOC and Resource card fixes for DoDS
am: 151592490e

* commit '151592490e22253eeb5355bd2861c56c80ecf437':
  docs: Wear Preview - TOC and Resource card fixes for DoDS

Change-Id: I2e8521069969baaa1696adbef2f4cb901b636fb9
2016-05-12 06:32:49 +00:00
Joe Fernandez
151592490e docs: Wear Preview - TOC and Resource card fixes for DoDS
b/28004352

Change-Id: Iff222f71508c21e0b35a3d41c846c062755605cd
2016-05-11 23:07:26 -07:00
Wei Wang
2c5e71fbe8 Merge "Include BRILLO_VENDOR_PARTITIONS in target zip generation" am: 648ea82b04
am: a22d0a88ba

* commit 'a22d0a88ba74bba43a8683e542b5f46eb9afce22':
  Include BRILLO_VENDOR_PARTITIONS in target zip generation

Change-Id: I44390a1512b24880183d40d35087409b9693435f
2016-05-11 22:03:31 +00:00
Treehugger Robot
648ea82b04 Merge "Include BRILLO_VENDOR_PARTITIONS in target zip generation" 2016-05-11 21:49:56 +00:00
Chih-Hung Hsieh
29e72f77ee Merge "Fix misc-macro-parentheses warnings." am: bc0ab6d133
am: a2c8976011

* commit 'a2c8976011dd06cac9b05bc7a94927253d4fc1c2':
  Fix misc-macro-parentheses warnings.

Change-Id: Ie8145f33e854171e22e7a1f63400bcfe600101b8
2016-05-11 20:44:51 +00:00
Chih-hung Hsieh
bc0ab6d133 Merge "Fix misc-macro-parentheses warnings." 2016-05-11 20:30:47 +00:00
Wei Wang
2e735ca34e Include BRILLO_VENDOR_PARTITIONS in target zip generation
This change will enable the target zip to include partition defined in
BRILLO_VENDOR_PARTITIONS. This is necessary for OTA to support
partitions other than boot and system in ab_partitions.txt.

The target zip will include images in BRILLO_VENDOR_PARTITIONS if
defined, under VENDOR_IMAGES/ with path kept. Also any vendor partitions
defined in AB_OTA_PARTITIONS will be copied to IMAGES/ in the target zip.

BUG: 28623063
Change-Id: Ic479048dfb8ac506acf827865e784fcb0432a1d5
2016-05-11 12:26:04 -07:00
Ian Rogers
d18693c615 Merge "Add code search links to warnings." am: adf2141b66
am: 086e70d0c9

* commit '086e70d0c950d8ccd5d8ed995c6aa8c9de72ae2d':
  Add code search links to warnings.

Change-Id: I1262ab7d091878c4424789689be3728510c75b0a
2016-05-11 19:22:23 +00:00
Ian Rogers
adf2141b66 Merge "Add code search links to warnings." 2016-05-11 19:07:36 +00:00
Chih-Hung Hsieh
f536e7ba34 Fix misc-macro-parentheses warnings.
Add parentheses around macro arguments used beside binary operators.

Bug: 28705665
Change-Id: I8594b9463e2389a46d6e0235757b93de065cd007
2016-05-11 11:55:33 -07:00
Scott Main
260bee4ee6 Merge "remove silly css hack that\'s no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs am: 547111f16c am: 1db6c2f315 am: 9594b9991f
am: aae9e8b623

* commit 'aae9e8b6235ef2a57c866052b2ced7b0a1204d49':
  remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems.

Change-Id: I008231034b060956657f91cb397511af912d1f8e
2016-05-11 17:52:19 +00:00
smain@google.com
aae9e8b623 Merge "remove silly css hack that\'s no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs am: 547111f16c am: 1db6c2f315
am: 9594b9991f

* commit '9594b9991f78e9891b530eccdb5c72c0e7343c75':
  remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems.

Change-Id: I91789079b83a42ab562bf1be84c6313c47185d3a
2016-05-11 17:43:36 +00:00
Dirk Dougherty
a108eb7e7b Custom data names for reference extensions. am: ceb4a59409 am: c72ec756c2 am: a890553c51
am: 03d6d05559

* commit '03d6d05559bb9b9ea5e4192828296bc4a7faabef':
  Custom data names for reference extensions.

Change-Id: I8d946ea60637e5a5716886f3fa33c136dd71050d
2016-05-11 17:40:37 +00:00
Scott Main
9594b9991f Merge "remove silly css hack that\'s no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs am: 547111f16c
am: 1db6c2f315

* commit '1db6c2f315c5bb4068325eb2f431a36c8d3c14ba':
  remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems.

Change-Id: I050f42c42fd200ce4b6613945ffdc3a92f9fd0a9
2016-05-11 17:40:36 +00:00
Dirk Dougherty
03d6d05559 Custom data names for reference extensions. am: ceb4a59409 am: c72ec756c2
am: a890553c51

* commit 'a890553c5137284a136f9391db78a0a2aa527c18':
  Custom data names for reference extensions.

Change-Id: I5cb49898b977dbabba014aff5c45f5d902d719c1
2016-05-11 17:37:46 +00:00
Dirk Dougherty
a890553c51 Custom data names for reference extensions. am: ceb4a59409
am: c72ec756c2

* commit 'c72ec756c27ccd0cde5e80a7242d3809398be19d':
  Custom data names for reference extensions.

Change-Id: If1ac0af6c4f0a78295fec643e5c1352f2597271b
2016-05-11 17:34:56 +00:00
Scott Main
547111f16c Merge "remove silly css hack that's no longer needed in the new site design, but which now actually causes layout problems." into mnc-mr-docs 2016-05-11 17:34:29 +00:00
smain@google.com
0be54fdd34 remove silly css hack that's no longer needed in the new site design,
but which now actually causes layout problems.

Change-Id: I27859f6103ea0538442b22cd67b64d970d831d93
2016-05-11 10:17:42 -07:00
Tao Bao
ec960e2b55 Merge "Revert "Include vendor partitions in target zip generation"" am: 7ff7c2d870
am: b1963b65a4

* commit 'b1963b65a45ddef3159b542ee49d82a6c310f1d4':
  Revert "Include vendor partitions in target zip generation"

Change-Id: I468caee113cba2b51ca225a9d8de8b791ed502fd
2016-05-11 15:21:28 +00:00
Tao Bao
7ff7c2d870 Merge "Revert "Include vendor partitions in target zip generation"" 2016-05-11 15:11:57 +00:00