Tao Bao
53a1acf53b
releasetools: Support verity signer args. am: c7814837a0
am: 8a6d94c9aa
...
am: b31f486d75
Change-Id: I871181398a41da89f1851a0b9a5599de23f6100e
2016-10-26 22:22:58 +00:00
Tao Bao
b31f486d75
releasetools: Support verity signer args. am: c7814837a0
...
am: 8a6d94c9aa
Change-Id: I3383bfa1920dad8976963813dd73435f19cb6593
2016-10-26 22:18:28 +00:00
Tao Bao
8a6d94c9aa
releasetools: Support verity signer args.
...
am: c7814837a0
Change-Id: Ie5ba1d9b706eacae6d6d2f52624526521301c724
2016-10-26 22:13:27 +00:00
Tao Bao
c7814837a0
releasetools: Support verity signer args.
...
system/extras/verity/build_verity_metadata.py now accepts
"--signer_args" to specify verity signer args.
Also remove the duplicate "--verity_signer_args" in
add_img_to_target_files.py, as we already have that in common.py.
Bug: 31500665
Test: Building and signing work w/ and w/o --signer_args.
Change-Id: I02f59c50a1ebf15c5505e9fffd5b9bbbbaa785be
(cherry picked from commit 458104266f
)
2016-10-25 21:17:02 -07:00
Dirk Dougherty
3dc35a0148
Fix samples metadata concat. am: 8d565ed204
am: bafc0b1baf
...
am: 20e91f4e7a
Change-Id: I7e77f030b6dc45da3b22459bbd5871ff42285ba8
2016-10-08 02:35:33 +00:00
Dirk Dougherty
20e91f4e7a
Fix samples metadata concat. am: 8d565ed204
...
am: bafc0b1baf
Change-Id: I21dadb32eeb771aae9c188372d0da1cf4ea16126
2016-10-08 02:31:32 +00:00
Dirk Dougherty
bafc0b1baf
Fix samples metadata concat.
...
am: 8d565ed204
Change-Id: I02cf4c7c04ac691b71ef48a6e584c8f2b224a6ff
2016-10-08 02:27:01 +00:00
Dirk Dougherty
8d565ed204
Fix samples metadata concat.
...
Change-Id: Ie9b616818995b3066d0e65ea1aa30077ed9d82ce
2016-10-07 12:12:50 -07:00
Amanda Kassay
9d22bd1c63
Adding excludeFromSuggestions, wear preview project path, and android wear/tv/auto/versions projectsw to template am: b5c04107af
am: 858aa63148
...
am: cb5021e842
Change-Id: I899a771e0743eb6ce0eb027e4511343cf83d6624
2016-10-06 17:00:02 +00:00
Amanda Kassay
cb5021e842
Adding excludeFromSuggestions, wear preview project path, and android wear/tv/auto/versions projectsw to template am: b5c04107af
...
am: 858aa63148
Change-Id: I6f7afd6d2c9a8b5deea04948468ddf1ccf8a6db2
2016-10-06 16:55:32 +00:00
Amanda Kassay
858aa63148
Adding excludeFromSuggestions, wear preview project path, and android wear/tv/auto/versions projectsw to template
...
am: b5c04107af
Change-Id: I11d773f8ca2ca9b4b20a659432d39f8c4adbef2d
2016-10-06 16:52:32 +00:00
Amanda Kassay
b5c04107af
Adding excludeFromSuggestions, wear preview project path, and android wear/tv/auto/versions projectsw to template
...
b/31771704 b/31903798 b/31773716
Staged:
https://android-dot-devsite.googleplex.com/about/versions/nougat/index.html
https://android-dot-devsite.googleplex.com/index.html
https://android-dot-devsite.googleplex.com/wear/preview/index.html
Change-Id: Idf9893f9d108c26038ead06c84de771e21b89f37
2016-10-05 22:31:22 +00:00
Dirk Dougherty
77475e522f
For ds builds only, emit a separate metadata file for samples only. am: a9fcf48078
am: fd40bbc586
...
am: 3d58e7f387
Change-Id: Iec35ec96194a76c67dec543cf28184f0d0c2e549
2016-10-01 01:19:00 +00:00
Dirk Dougherty
3d58e7f387
For ds builds only, emit a separate metadata file for samples only. am: a9fcf48078
...
am: fd40bbc586
Change-Id: I97c8ecb583d951752218b94dcc88c3f81cf548cd
2016-10-01 01:11:12 +00:00
Dirk Dougherty
fd40bbc586
For ds builds only, emit a separate metadata file for samples only.
...
am: a9fcf48078
Change-Id: I1795160d80b1038ffe30758ce6fc4cd48d3bda2a
2016-10-01 01:07:41 +00:00
Dirk Dougherty
a9fcf48078
For ds builds only, emit a separate metadata file for samples only.
...
Change-Id: I95c03a10cca586c6675f98664479ba8bf2e43576
2016-09-30 17:33:50 -07:00
Tao Bao
199c0b3948
Analyze unchanged blocks in odex files.
...
am: d0814585b8
Change-Id: Ie4d6415d4d3ebc1e28a299bd3bb0150262a07535
2016-09-28 19:37:54 +00:00
Tao Bao
d0814585b8
Analyze unchanged blocks in odex files.
...
In BBOTA, we generate patches based on _all_ the blocks of a pair of
input files (src and tgt). For security incremental OTAs, one common
pattern is that only a few blocks are changed in odex files (e.g.
headers). We don't really need to stash/patch the unchanged blocks.
This CL analyzes the unchanged blocks in odex files and computes the
diff for the changed blocks only. It reduces the OTA install time by
about 25% to 40% in our experiments, by paying an increase of 5% to 30%
OTA generation time cost.
Bug: 31570716
Test: Generate an incremental and apply on device.
Change-Id: If842c1afeff6894a3d27eb60b7e8f65a179b7977
(cherry picked from commit 08c8583aea
)
2016-09-28 10:13:33 -07:00
Przemyslaw Szczepaniak
420ba30adb
Fix for non-empty a[name] tags in openJdk based javadocs. am: a7edd92c45
am: ea14cfba0f
...
am: 6169f2b065
Change-Id: I328b66a8a08126baeaa38a66d888dcf0521c6976
2016-09-27 09:16:41 +00:00
Przemyslaw Szczepaniak
ea14cfba0f
Fix for non-empty a[name] tags in openJdk based javadocs.
...
am: a7edd92c45
Change-Id: I5759d442e038f31105c249250ce3474564d7954c
2016-09-27 09:11:55 +00:00
Przemyslaw Szczepaniak
a7edd92c45
Fix for non-empty a[name] tags in openJdk based javadocs.
...
openJdk based android javadoc contains <a name=... tags
that are non-empty. Currently they are being hidden,
causing badly formatted pages for some java.* classes
(missing text and random whitespace blocks).
This change makes the existing a[name] hiding rule
apply only to empty tags.
Test: make docs
Bug: 31700998
Change-Id: Ifa75bbabe308d7aed0cce6165c1113e5a382a121
2016-09-26 16:36:03 +00:00
Dirk Dougherty
a57fa8b2f9
Support "ID" lang code in place of "IN". am: fc61720cd5
am: 1e3157760a
...
am: 4f4060398b
Change-Id: Ibbf7dae4de81f65b4caa9f433be5f144d251c449
2016-09-22 22:25:38 +00:00
Dirk Dougherty
1e3157760a
Support "ID" lang code in place of "IN".
...
am: fc61720cd5
Change-Id: If9670423332a3c785cc7b7ddc5e53b524f9e4e7d
2016-09-22 21:54:37 +00:00
Dirk Dougherty
fc61720cd5
Support "ID" lang code in place of "IN".
...
Change-Id: I56632e638fdda81e494cbb7080502b35393a291f
2016-09-21 18:29:18 -07:00
smain@google.com
4330a151cd
add support for constraint layout's DATA list am: 7055897faa
am: 210083ab97
...
am: 6fee24869b
Change-Id: I422c3feb38337c2426eec264fca0c35a3b99d6ae
2016-09-10 01:37:51 +00:00
smain@google.com
210083ab97
add support for constraint layout's DATA list
...
am: 7055897faa
Change-Id: I9781454790423d51385094aaa530d994cccb1016
2016-09-10 01:32:24 +00:00
Scott Main
64bd41ff7d
Merge "add support for constraint layout's DATA list" into nyc-dev
2016-09-10 01:28:09 +00:00
smain@google.com
7055897faa
add support for constraint layout's DATA list
...
Change-Id: Ia301ad235dcfd5a5c2bb13bfa6daa753f9206800
2016-09-09 15:47:58 -07:00
smain@google.com
5cdd592cf2
delete 'templates-sdk-dev', all these files were merged back into 'templates-sdk' with this CL: https://googleplex-android-review.git.corp.google.com/#/c/1394582/ and this depends on the following CL to update all the doc build targets: https://googleplex-android-review.git.corp.google.com/#/c/1406302/ am: 6c8efecbda
am: 21c9005ff1
...
am: 22f2435e98
Change-Id: Id320eadbf32102a1be1b1ec2fa527ee3aa230cfc
2016-09-02 21:55:20 +00:00
smain@google.com
21c9005ff1
delete 'templates-sdk-dev', all these files were merged back into 'templates-sdk' with this CL: https://googleplex-android-review.git.corp.google.com/#/c/1394582/ and this depends on the following CL to update all the doc build targets: https://googleplex-android-review.git.corp.google.com/#/c/1406302/
...
am: 6c8efecbda
Change-Id: I4692f455ed30f7cbbb10c40b35718c8a8952b27e
2016-09-02 21:36:14 +00:00
smain@google.com
6c8efecbda
delete 'templates-sdk-dev', all these files were merged
...
back into 'templates-sdk' with this CL:
https://googleplex-android-review.git.corp.google.com/#/c/1394582/
and this depends on the following CL to update all the doc build targets:
https://googleplex-android-review.git.corp.google.com/#/c/1406302/
Change-Id: Id38134e1d35c5235bb66241c50945b55ac9de1dd
2016-09-02 11:02:41 -07:00
smain@google.com
5b5e03c2e6
Merge all of templates-sdk-dev into templates-sdk. I actually just deleted templates-sdk/ then made a copy of templates-sdk-dev/ and then renamed it to templates-sdk/. So this is a clean copy. Once this goes through cleanly, I'll delete templates-sdk-dev/ and update all doc targets to use templates-sdk/. am: 4f3a05a2c6
am: 5c7588bd37
...
am: 26ded8766f
Change-Id: I92814d1ad60bb0417a3b4d1165dd13924b0e7ad2
2016-08-31 22:19:24 +00:00
smain@google.com
5c7588bd37
Merge all of templates-sdk-dev into templates-sdk. I actually just deleted templates-sdk/ then made a copy of templates-sdk-dev/ and then renamed it to templates-sdk/. So this is a clean copy. Once this goes through cleanly, I'll delete templates-sdk-dev/ and update all doc targets to use templates-sdk/.
...
am: 4f3a05a2c6
Change-Id: I11564954529ed7a1cd1098c66b052190f3d3d6f6
2016-08-31 22:13:34 +00:00
smain@google.com
4f3a05a2c6
Merge all of templates-sdk-dev into templates-sdk.
...
I actually just deleted templates-sdk/ then made a copy of templates-sdk-dev/
and then renamed it to templates-sdk/. So this is a clean copy.
Once this goes through cleanly, I'll delete templates-sdk-dev/ and update
all doc targets to use templates-sdk/.
Change-Id: I276695969e02fcf718370564e84b077a9d43725e
2016-08-31 11:30:02 -07:00
smain@google.com
f81ba20ad8
delete templates-ds (the original attempt to template docs for devsite) delete templates-sdk-refonly (the "dev branch" for the reference only flag) am: 6d00e69c3f
am: e4b21d82eb
...
am: f1d6b8f2a8
Change-Id: I4597218a0cba21b7a1f6ca4eaebccdc459e107b6
2016-08-31 15:11:54 +00:00
smain@google.com
e4b21d82eb
delete templates-ds (the original attempt to template docs for devsite) delete templates-sdk-refonly (the "dev branch" for the reference only flag)
...
am: 6d00e69c3f
Change-Id: Id709e0c519d6a79e45f6865f7fac200762501091
2016-08-31 15:05:54 +00:00
smain@google.com
9dbf2bb569
delete no-longer-used custom sdkpage template. depends on https://googleplex-android-review.git.corp.google.com/#/c/1389393/ am: 42859fae46
am: 618756ab95
...
am: 6deecc4c35
Change-Id: Ice5d1c76feda0f189f50ecada155ae97f4fc7e8b
2016-08-30 20:55:43 +00:00
smain@google.com
405a2084e5
update templates-sdk-dev to support the referenceonly build. includes an updated snapshot of the css and js files from devsite am: eeeb9b832a
am: 7501218e40
...
am: 9674a9975a
Change-Id: I0d3c5c49c033845f40b581c439ebbde12212e15f
2016-08-30 20:55:41 +00:00
smain@google.com
6d00e69c3f
delete templates-ds (the original attempt to template docs for devsite)
...
delete templates-sdk-refonly (the "dev branch" for the reference only flag)
Change-Id: I73e2760fcca76b7242be9aefa92006df3a555a03
2016-08-30 13:55:16 -07:00
smain@google.com
618756ab95
delete no-longer-used custom sdkpage template. depends on https://googleplex-android-review.git.corp.google.com/#/c/1389393/
...
am: 42859fae46
Change-Id: I0a5a870f5cbc5c0ba2e620a8cf2cb8b497bbec1d
2016-08-30 20:47:12 +00:00
smain@google.com
7501218e40
update templates-sdk-dev to support the referenceonly build. includes an updated snapshot of the css and js files from devsite
...
am: eeeb9b832a
Change-Id: Ieed1beceb693ecae6be25c878b40bd6dd697aad2
2016-08-30 20:47:10 +00:00
Scott Main
1b1c5c5ebc
Merge "delete no-longer-used custom sdkpage template. depends on https://googleplex-android-review.git.corp.google.com/#/c/1389393/ " into nyc-dev
2016-08-30 20:39:44 +00:00
Scott Main
a7e978b6b6
Merge "update templates-sdk-dev to support the referenceonly build. includes an updated snapshot of the css and js files from devsite" into nyc-dev
2016-08-30 20:39:20 +00:00
smain@google.com
42859fae46
delete no-longer-used custom sdkpage template.
...
depends on https://googleplex-android-review.git.corp.google.com/#/c/1389393/
Change-Id: Idd8f039294fe8c2c6dddf6d8a00a196222154d58
2016-08-30 10:52:40 -07:00
smain@google.com
eeeb9b832a
update templates-sdk-dev to support the referenceonly build.
...
includes an updated snapshot of the css and js files from devsite
Change-Id: Ib597c1dd488347795e02e1d09880559ead1d54e0
2016-08-30 10:22:51 -07:00
Amanda Kassay
a7776e5bb9
Remove hard coded leading slash in head_tag.cs for DevSite image_path meta tag. am: c9ef9fea7f
am: ea99b7d8bd
...
am: 065e5e3fac
Change-Id: I7fc8d83b96113a555c13d2b1571d24a7b13946b5
2016-08-30 16:58:25 +00:00
Amanda Kassay
ea99b7d8bd
Remove hard coded leading slash in head_tag.cs for DevSite image_path meta tag.
...
am: c9ef9fea7f
Change-Id: I9a4bde7048fc92fe694175bb349b0a82700e3da4
2016-08-30 16:52:54 +00:00
Amanda Kassay
c9ef9fea7f
Remove hard coded leading slash in head_tag.cs for DevSite image_path meta tag.
...
Change-Id: I994148882b2f4fbe233f02eb8e35c335af0c32f8
2016-08-29 17:13:49 -04:00
Tianjie Xu
8c3ddab1c5
Don't regenerate userdata.img when signing
...
The userdata.img and cache.img entries are not useful in signed builds;
because fastboot doesn't look at these two entries in the *img.zip when
flashing a device. And they aren't used elsewhere. Therefore, skip
building the image files for them when signing the target files with
sign_target_files_apks. Also, add an option "--is_signing" to avoid
adding these two images when we call add_img_to_target_files.
Change-Id: I39ba91a86d9a856d7d01771f6d1403dbf21f2011
Test: Run sign_target_files_apks on a target file and userdata/cache.img doesn't not generate.
Bug: 30642470
(cherry picked from commit b48589af57
)
2016-08-29 19:34:18 +00:00
Dirk Dougherty
6903dc6a4b
Misc cleanup for static doc pages. Remove extra line breaks in output, clean up formatting, remove elements and attrs not needed in ds builds.
...
am: baa86c7bfe
Change-Id: I8529b06551f79b696c40d10a26f9ea94f10a0a47
2016-08-22 23:23:15 +00:00