/* Copyright (c) 2015 Google Inc | |
* Davide Libenzi <dlibenzi@google.com> | |
* See LICENSE for details. | |
*/ | |
#pragma once | |
#include <compiler.h> | |
extern const char __weak build_info_date[]; | |
extern const char __weak build_info_commitid[]; | |
extern const char __weak build_info_version[]; | |
extern const char __weak build_info_version_name[]; |