commit | ef0c455c3dc44e9919e20062792584cbf01d6255 | [log] [tgz] |
---|---|---|
author | Verena Beckham <[email protected]> | Fri Feb 19 18:54:43 2016 +0000 |
committer | Stephen Hines <[email protected]> | Mon Mar 28 17:03:03 2016 -0700 |
tree | d6998c7c95a0d579e63da02661ce23363d6b38a8 | |
parent | dd640a440f852201a911732768362cc89425602c [diff] |
Make RenderScript constants variables instead of macros. Implement the RenderScript constants as extern const variables instead of macros. This allows lldb to inspect the RenderScript constants, because their symbols will appear in the final shared object. Old behaviour is retained for RS_VERSION < UNRELEASED. Change-Id: I05d59a8560f264e82fdf84a92eeeec1d7db5a7a4 Signed-off-by: Verena Beckham <[email protected]>