OSDN Git Service

hw_auth_token: use macro for HW_AUTH_TOKEN_VERSION
authorJongrak Kwon <jongrak.kwon@lge.com>
Tue, 13 Dec 2016 22:58:45 +0000 (14:58 -0800)
committerNick Desaulniers <ndesaulniers@google.com>
Wed, 14 Dec 2016 21:31:01 +0000 (13:31 -0800)
This is to support FPC SW20.6

Bug: 33251689
Change-Id: I9abbf7f9d21c7c8ed21920d94fcf5bf889d4b3f7

include/hardware/hw_auth_token.h

index f471d1a..3305f2c 100644 (file)
@@ -23,7 +23,7 @@
 extern "C" {
 #endif  // __cplusplus
 
-const uint8_t HW_AUTH_TOKEN_VERSION = 0;
+#define HW_AUTH_TOKEN_VERSION 0
 
 typedef enum {
     HW_AUTH_NONE = 0,