commit | cf1e7408fd908bb875cd0aac50450aafb6b57947 | [log] [tgz] |
---|---|---|
author | Aleksej Makarov <aleksej.makarov@sonymobile.com> | Fri Oct 07 16:10:59 2016 +0200 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Thu Nov 10 14:43:20 2016 +0100 |
tree | 4be62e943d7e0844995f487b8ebe0455379153a7 | |
parent | 8ba3a3007e5e3de08ae8cf80aa49bfa320d36de1 [diff] |
Make HW_AUTH_TOKEN_VERSION static Having this object non-static in header file is ok in "c-plus-plus" since constant values default to internal linkage, which allows them to appear in header files. This is not i case in "c" and we need to declare it also as static to limit the contex. Making it static works for both. Bug: 32467815 Test: lunch 1; make Change-Id: I4ed4ffe41add3b10d990db0fb156a85a146d0ba2 Signed-off-by: Aleksej Makarov <aleksej.makarov@sonymobile.com>