适配 BUILD.gn 脚本

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-03-10 20:40:00 +08:00
parent 3b0d7d19da
commit 6f59223432
46 changed files with 1811 additions and 208 deletions
-1
View File
@@ -153,7 +153,6 @@ uint32_t PackageParser::ForceWrite()
uint32_t PackageParser::PrintVersion()
{
cout << "Info: Restool version= " << RESTOOL_VERSION << endl;
cout << "time = (" << __DATE__ << " " << __TIME__ << ")" << endl;
exit(RESTOOL_SUCCESS);
return RESTOOL_SUCCESS;
}