Kenny Root
89c961aa11
SignApk: add argument for loading a Provider
...
For supporting loading a custom key type provider, add a -providerClass
argument that loads the selected JCE at the front of the provider list.
Change-Id: I3df16f7c570d36e08806b614d6f30c41cb117565
2013-09-25 11:37:52 -07:00
Kenny Root
62ea4a5c3c
Read algorithm OID directly from PKCS#8 container
...
The PKCS#8 PrivateKeyInfo structure has the algorithm OID encoded right
before the actual key octet stream is encoded. Use Bouncycastle to read
the OID for creation with the key factory.
This aids in the creation of custom key types that are backed by
hardware devices (e.g., HSMs) and have their own assigned OIDs.
Change-Id: If5d8fe07bc157e9bb5a3fb5f99091e924143105f
2013-09-25 09:59:10 -07:00
Kenny Root
3d2365c068
SignApk: add support for EC keys
...
Change-Id: I09bc0e52fc84ec321b997016a8f97de1bfd2770d
2013-09-20 15:00:49 -07:00
Doug Zongker
8562fd478d
SignApk: update SignApk to support SHA256withRSA signing
...
(cherry picked from commit c0581a02ed
)
Change-Id: I6212e0f3a6aa3265b111f0f7348b667af4a668b0
2013-09-20 13:14:32 -07:00
Jianxun Zhang
098494981d
Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS
...
The existing logic in common.py breaks string arguments incorrectly:
e.g. --para1 val1 --para2 "val2 is a string" will be output as:
'--para', 'val1, '--para2', 'val2' 'is' 'a' 'string'
This will cause mkbootimg command fails due to the invalid arguments
generated from the wrong parsing.
The patch fixes this issue to get:
'--para', 'val1, '--para2', 'val2 is a string'
Change-Id: Ia34ec357550f11ae9d6adc719d86a0c6a9099fbc
Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com>
2013-08-27 15:31:13 -07:00
Bjorn Andersson
612e2cd0e8
mkbootimg: Support custom mkbootimg implementation
...
Support using custom mkbootimg to allow boards to specify custom
boot image formats. Also export this as the environment variable
MKBOOTIMG to the *_from_target_files releasetools scripts.
Change-Id: I2084273b1175de097fb7da5c4f2264ea8014d74f
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
2013-08-09 16:29:02 -07:00
Robert Craig
817c574d75
Modify release tools to replace certs in MMAC files.
...
Added support to perform a string replace of specified
dev keys with release keys when using the release tool
scripts.
Change-Id: Id0e945b0d62720c41f5ca9764a00de4bcdecaab4
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
2013-08-09 07:20:52 -04:00
Scott Main
e80ddbe976
fix design/develop boxes float
...
Change-Id: Id6de3e74667f5cc485290509919e0f5cce689505
2013-07-12 19:22:24 -07:00
Scott Main
27403b8036
add style to add nexus 4 frame to screenshots
...
Change-Id: I1e96cbd755c4c6f88c807160b9a86b77a5ebed74
2013-07-10 16:36:05 -07:00
Dirk Dougherty
8c01be686c
am ccc15faf
: am 56811475
: am 5386532e
: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
...
* commit 'ccc15faf56ad46f973800cb6bd41b4634b9192a0':
Doc change: Move butterbar css to template assets.
2013-07-08 17:33:58 -07:00
Dirk Dougherty
ccc15faf56
am 56811475
: am 5386532e
: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
...
* commit '56811475202ededf0c76bf9b28d3e27d5761d747':
Doc change: Move butterbar css to template assets.
2013-07-08 17:32:03 -07:00
Dirk Dougherty
5681147520
am 5386532e
: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
...
* commit '5386532e03bbc76bcdf8a76877ef460bfe764925':
Doc change: Move butterbar css to template assets.
2013-07-08 17:29:54 -07:00
Dirk Dougherty
5386532e03
Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
2013-07-09 00:28:40 +00:00
Dirk Dougherty
4c2dfcfd6d
Doc change: Move butterbar css to template assets.
...
Change-Id: Ifa116fe304150c7c663b8088e00349ffdc69017c
2013-07-08 16:05:05 -07:00
Scott Main
7672ccb3d7
am fb2bb3d8
: am 51852a3f
: am 8c0f5b3a
: enable download box style for qv sidebox
...
* commit 'fb2bb3d867fcdd3add7e30d1cbb6b956d3fce89e':
enable download box style for qv sidebox
2013-07-08 15:28:53 -07:00
Scott Main
fb2bb3d867
am 51852a3f
: am 8c0f5b3a
: enable download box style for qv sidebox
...
* commit '51852a3fc1120fdad1f309613439e9b42e497318':
enable download box style for qv sidebox
2013-07-08 15:27:50 -07:00
Scott Main
51852a3fc1
am 8c0f5b3a
: enable download box style for qv sidebox
...
* commit '8c0f5b3aefac3c824155cf883e61b021a6d8fd8f':
enable download box style for qv sidebox
2013-07-08 15:25:55 -07:00
Scott Main
8c0f5b3aef
enable download box style for qv sidebox
...
Change-Id: I209e9971d886e45498aab0b4d43241ded5285f24
2013-07-08 15:12:02 -07:00
Scott Main
cef39240fb
align sidebox with content body
...
Change-Id: Id6cd8cdd1b21b8ceda2a6931bb69f096c0d6deb1
2013-06-19 20:29:47 -07:00
Scott Main
d19c2c82c1
update design/develop link icons to 2x for high res display
...
Change-Id: I09560c395088e0f8d835199a6eb4267af50bddaa
2013-06-19 18:48:27 -07:00
Scott Main
aaf7664d88
add style for links to Design docs from developer docs
...
Change-Id: I0f7e561c98277fb1b6b9c0b95a2ed7eef890c6db
2013-06-19 18:39:16 -07:00
Scott Main
d7026f7a5f
add new script to toggle visibility of nested list items.
...
call hideNestedItems(), giving it the parent list to toggle and the <a> element that performs the toggle
Change-Id: I6f1ee74b957f88c23550145c6ed057d8e7797c99
2013-06-17 15:09:57 -07:00
T.R. Fullhart
37e1052c99
Add support for using custom signapk.jar.
...
Details:
* New --signapk_path, --extra_signapk_args, --java_path.
* New --public_key_suffix, --private_key_suffix so you can change the filenames.
* Fixes raising exceptions on error.
Change-Id: I0b7014b6d779d52ae896f95dfecb1bcccf536cf4
(cherry picked from commit a28acc6972
)
2013-06-05 22:17:59 +00:00
Clay Murphy
49d8686488
docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html
...
Bug: 8905394
Change-Id: I3a89f9da01d92efd2ea6d9900305ea16a0316d63
2013-06-05 12:06:06 -07:00
Kenny Root
9016d0aef4
Merge "Fix signing process for SELinux file_contexts" into jb-mr2-dev
2013-05-29 22:13:31 +00:00
Kenny Root
e2e9f613b5
Fix signing process for SELinux file_contexts
...
When not building locally and just using a target-files.zip from some
other build, it still tries to access the file_contexts from the out/
directory. This change instead looks at the unzipped target-files.zip
hierarchy to grab that information.
Bug: 9191141
Change-Id: I6ea12e82d6c6376fcada412314c5eefc97ff4853
2013-05-29 14:38:48 -07:00
Dirk Dougherty
f7787853ff
am 246089b1
: am 87ef69ef
: am 686f55a5
: am 5b146f22
: am e5862e8a
: Doc change: css for distribute links.
...
* commit '246089b15a168ff6e632b23b24f2904faa90fd1b':
Doc change: css for distribute links.
2013-05-15 05:32:02 -07:00
Dirk Dougherty
246089b15a
am 87ef69ef
: am 686f55a5
: am 5b146f22
: am e5862e8a
: Doc change: css for distribute links.
...
* commit '87ef69eff92c56b13532e1732e9950c6497e7eca':
Doc change: css for distribute links.
2013-05-15 05:28:09 -07:00
Dirk Dougherty
87ef69eff9
am 686f55a5
: am 5b146f22
: am e5862e8a
: Doc change: css for distribute links.
...
* commit '686f55a596f3abcb17184e6005fbd3d5691b9dbb':
Doc change: css for distribute links.
2013-05-15 04:29:44 -07:00
Dirk Dougherty
686f55a596
am 5b146f22
: am e5862e8a
: Doc change: css for distribute links.
...
* commit '5b146f227a3dfaa62b8e40f3a2b7a21991c09a4a':
Doc change: css for distribute links.
2013-05-15 04:25:47 -07:00
Dirk Dougherty
e5862e8a1e
Doc change: css for distribute links.
...
Change-Id: Ifc74ea3f6099484b9c7549f8e8684dda4aeaf96f
2013-05-15 02:20:53 -07:00
Scott Main
054ad87bb5
am 34198387
: am 216c09a0
: am 382b121c
: am 3d2121f0
: am 0b2db169
: add \'go-link\' style for "next" style arrows w/o the javascript effects
...
* commit '34198387201affd9409ad78a918c988e6a92036c':
add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:31:21 -07:00
Scott Main
3419838720
am 216c09a0
: am 382b121c
: am 3d2121f0
: am 0b2db169
: add \'go-link\' style for "next" style arrows w/o the javascript effects
...
* commit '216c09a0787498960be53a3e6bb185d4982e3466':
add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:29:01 -07:00
Scott Main
216c09a078
am 382b121c
: am 3d2121f0
: am 0b2db169
: add \'go-link\' style for "next" style arrows w/o the javascript effects
...
* commit '382b121c0c65758d33690f79eb97fca727bdfcb5':
add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:26:59 -07:00
Scott Main
382b121c0c
am 3d2121f0
: am 0b2db169
: add \'go-link\' style for "next" style arrows w/o the javascript effects
...
* commit '3d2121f0c951c6e6b621bd892da5836f005f00e1':
add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:25:00 -07:00
Scott Main
0b2db169cb
add 'go-link' style for "next" style arrows w/o the javascript effects
...
Change-Id: I2950579b2657bdacfe038790668959d607a60277
2013-05-15 01:15:50 -07:00
Scott Main
ae2394a85f
am 7a36c073
: am 50eb3c47
: am 9bfcd733
: adjustments to developer notice style
...
* commit '7a36c07308e8883023186bf2165ea675bf183969':
adjustments to developer notice style
2013-05-14 11:08:18 -07:00
Scott Main
7a36c07308
am 50eb3c47
: am 9bfcd733
: adjustments to developer notice style
...
* commit '50eb3c47def75cffefe5ed2ef2d442a196ed6a14':
adjustments to developer notice style
2013-05-14 11:06:50 -07:00
Scott Main
50eb3c47de
am 9bfcd733
: adjustments to developer notice style
...
* commit '9bfcd733cf13aa837c41c7c48cbfa7b612e79665':
adjustments to developer notice style
2013-05-14 11:05:03 -07:00
Scott Main
9bfcd733cf
adjustments to developer notice style
...
Change-Id: Id5ffd85524afc79c005dc3884e442e777fe54b5f
2013-05-14 09:33:19 -07:00
Scott Main
8234604834
am 5ea9ac16
: am 85739fc5
: am e1b9d41f
: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
...
* commit '5ea9ac1696bc2e92f037eda9bd27492bfcf0af50':
add styles for crosslink from design to develop docs
2013-05-13 23:30:24 -07:00
Scott Main
5ea9ac1696
am 85739fc5
: am e1b9d41f
: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
...
* commit '85739fc5e4d8fff0b082befe89f9a0e96098f178':
add styles for crosslink from design to develop docs
2013-05-13 23:28:16 -07:00
Scott Main
85739fc5e4
am e1b9d41f
: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
...
* commit 'e1b9d41f0b37eba6ad7e13381e648d2b00e80962':
add styles for crosslink from design to develop docs
2013-05-13 23:26:44 -07:00
Scott Main
e1b9d41f0b
Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
2013-05-14 01:54:48 +00:00
Scott Main
d2af6d2284
add styles for crosslink from design to develop docs
...
Change-Id: Ia6ad4f03cec5a26fd9b7585be05f46efa2eeca7e
2013-05-13 18:47:03 -07:00
Robert Ly
a59f1b2590
am 6ec4a2c6
: am 3d86e283
: am 3fe8acbc
: am 4c9a8dc2
: am d458f0a9
: fix links
...
* commit '6ec4a2c6836c1e0b83613ab033f29503b22977bf':
fix links
2013-05-08 16:21:03 -07:00
Robert Ly
6ec4a2c683
am 3d86e283
: am 3fe8acbc
: am 4c9a8dc2
: am d458f0a9
: fix links
...
* commit '3d86e2833e94e0cfa6b04ff159bcdd98b062a4d2':
fix links
2013-05-08 16:19:08 -07:00
Robert Ly
3d86e2833e
am 3fe8acbc
: am 4c9a8dc2
: am d458f0a9
: fix links
...
* commit '3fe8acbcdc42999160ebbf232af501bf5b1cd4a8':
fix links
2013-05-08 16:17:07 -07:00
Robert Ly
d458f0a91f
fix links
...
Change-Id: Ied393fa6ba3c2e9240dd8d2af9633252015a098b
2013-05-08 14:59:46 -07:00
Robert Ly
37a14b15e9
am cbac1239
: am c80298b0
: am 557528a1
: am 3f5fee62
: am c942e879
: fix sac search
...
* commit 'cbac12396a0b4081f579d6eb8342bbb5b68bdbfc':
fix sac search
2013-05-07 13:38:08 -07:00