mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-20 22:47:00 -04:00
1,修改编码规范
2,屏蔽三方开源头文件OAT Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
+2
-3
@@ -130,7 +130,7 @@ uint32_t PackageParser::AddOutput(const string& argValue)
|
||||
return RESTOOL_ERROR;
|
||||
}
|
||||
|
||||
output_ = argValue;
|
||||
output_ = argValue;
|
||||
return RESTOOL_SUCCESS;
|
||||
}
|
||||
|
||||
@@ -204,7 +204,6 @@ uint32_t PackageParser::AddCachePath(const string& argValue)
|
||||
|
||||
uint32_t PackageParser::CheckParam() const
|
||||
{
|
||||
|
||||
if (inputs_.empty()) {
|
||||
cerr << "Error: input path empty." << endl;
|
||||
return RESTOOL_ERROR;
|
||||
@@ -318,4 +317,4 @@ uint32_t PackageParser::ParseCommand(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user