commit | 99adae1cf64b2fbdae035f1b591e6519a300a1b7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 11 19:26:41 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 11 19:26:41 2016 +0000 |
tree | 692e72140d39b1f338c4d13d8c2b1dd0401e76be | |
parent | 225838402000e27495d6a296167d4c737588280e [diff] | |
parent | cf1e7408fd908bb875cd0aac50450aafb6b57947 [diff] |
Merge "Make HW_AUTH_TOKEN_VERSION static"
diff --git a/include/hardware/hw_auth_token.h b/include/hardware/hw_auth_token.h index f471d1a..d84ea48 100644 --- a/include/hardware/hw_auth_token.h +++ b/include/hardware/hw_auth_token.h
@@ -23,7 +23,7 @@ extern "C" { #endif // __cplusplus -const uint8_t HW_AUTH_TOKEN_VERSION = 0; +static const uint8_t HW_AUTH_TOKEN_VERSION = 0; typedef enum { HW_AUTH_NONE = 0,