1
2
3
4
5
6
7
8
9
10
11
12
| #ifndef _SSV_VERSION_H_
| #define _SSV_VERSION_H_
|
| static u32 ssv_root_version = 16529;
|
| #define SSV_ROOT_URl "http://192.168.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx"
| #define COMPILERHOST "icomm-buildserver-T320"
| #define COMPILERDATE "12-08-2017-10:34:54"
| #define COMPILEROS "linux"
| #define COMPILEROSARCH "x86_64-linux-gnu-thread-multi"
|
| #endif
|
|