commit | f29e2cf47c79fdbc3921dccfd78af868fe8ed1cb | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Nov 12 19:36:24 2013 -0800 |
committer | Stephen Hines <srhines@google.com> | Tue Nov 12 19:36:24 2013 -0800 |
tree | c9a7e3803a74648f9575ce2e9cafc93cddefd455 | |
parent | 66f3099711c3287441ee301e2b0fdfba4e9e04fd [diff] |
Fix RsBalls kernel invocation. Bug: 11413011 The balls.rs Script was passing the same allocation twice (once as input and once as output) to rsForEach(). The underlying kernel actually only accepts an output parameter (and no input parameter). This change replaces the "ain" misnomer with a proper "aout", and uses "aNull" to signify an empty (unused) input Allocation. Change-Id: I0c7cbba51f47587e26bbf85bb9a3d79c0b7e4b19