commit | 7784b5d777b50b4e38568b8632ad666384f017c5 | [log] [tgz] |
---|---|---|
author | Yang Ni <yangni@google.com> | Wed May 04 09:44:48 2016 -0700 |
committer | Yang Ni <yangni@google.com> | Wed May 04 11:05:40 2016 -0700 |
tree | 5c691fbbcc5ed61f08971ca01bf26455faddcc59 | |
parent | 7f9621d3d8a16cea1020b0eee40538b217c06475 [diff] |
Avoid breaking on dead launch options Bug: 28463187 Launch options array[2-4] are not initialized by the support library in the current SDK. They may have arbitrary values that invalide the checks that this CL is removing, and cause a kernel launch to bail out unnecessarily. This CL removes those checks, since the array.*Start and array.*End fields in the launch options are not used anywhere in the current runtime. Change-Id: Ib8a2e551619f770b402f569acbde635ee047675a