Add clang-tidy support for the OPK Linux port
Bug: 256230932 Change-Id: I4f46e285376101ff129c1fca5c80a259c70cc0c7
This commit is contained in:
@@ -189,7 +189,6 @@ TEST_F(OEMCryptoClientTest, VersionNumber) {
|
||||
if (sts != OEMCrypto_SUCCESS) {
|
||||
LOGW("Device is not production ready, returns %d", sts);
|
||||
}
|
||||
sts = OEMCrypto_SUCCESS;
|
||||
std::string build_info;
|
||||
size_t buf_length = 0;
|
||||
sts = OEMCrypto_BuildInformation(&build_info[0], &buf_length);
|
||||
|
||||
Reference in New Issue
Block a user