commit | 0cffd2ce4704e636564d8352ccdc04a4e1e3f05a | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Tue Mar 24 10:23:09 2020 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Mon Mar 30 18:34:33 2020 +0000 |
tree | a0ee2fdd1e6713e00a4ed5b63bbaabec4750b18f | |
parent | 1718db1f09105a5393c7aa6b49a526ed5910ceb9 [diff] |
Add new appops to native APIs The bug was that native code started to use an op-code that was higher than _NUM_OP which lead to array-out-of-bound exceptions. Fixes: 152229280 Test: TH Change-Id: I8831f0d161c770fcbab557934e0717b49dc1bd80 Exempt-From-Owner-Approval: Was +2'ed. I had to resolve merge conflict.