commit | 87643a32d4eaefe349d3a81513fffe0c4e3e8a80 | [log] [tgz] |
---|---|---|
author | Yang Ni <yangni@google.com> | Wed May 04 09:44:48 2016 -0700 |
committer | Yang Ni <yangni@google.com> | Fri May 06 00:11:40 2016 +0000 |
tree | 37072124341e768ee7d73afb1f0a0f28fae7b13d | |
parent | 633beab5de5ffe4c5068cf1c7a1c0bd09ee9f195 [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 invalidate 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