Brint E. Kriebel
8cc3992a9f
otasigcheck: Fix the sed statement for multi-digit indices
...
It appears that some versions of sed do not work with the + symbol.
Instead of checking for one or more digits, check for a digit,
followed by zero or more digits.
Change-Id: I064df6a2bac4a634a3684ac1a5289dca1f4ba29c
2014-07-11 18:44:15 -07:00
Brint E. Kriebel
63c0f71ea4
otasigcheck: include multi-digit cert indices
...
If the cert index is greater than 9, we still want to include it.
Change-Id: I82787e59557ae0bb7f15da16630d2b0afb7cff06
2014-07-10 18:23:28 -07:00
Brint E. Kriebel
7a65923a92
otasigcheck: set verification package to com.android.htmlviewer
...
We need to use something that will always be there and not replaced
by other packages.
Change-Id: Ide942865f284239ae2ae2503005ccc7e8272995c
2014-07-10 18:00:44 -07:00
Ricardo Cerqueira
aff5e54c4e
ota: Validate any installed data's signature against our own
...
Try to prevent incompatible-signature system quirkiness
Change-Id: I73402d963a1b57ad0ee3c68ced4f2d7f074f927f
2014-07-10 17:03:51 +00:00