Snap for 4628106 from 1ca7b6aeef to pi-release

Change-Id: I2f1245df637ffd1b21e17de4ea4992ee1b7249ab
This commit is contained in:
android-build-team Robot
2018-03-01 08:25:10 +00:00

View File

@@ -140,12 +140,14 @@ TEST_F(OEMCryptoAndroidOCTest, MinVersionNumber13) {
ASSERT_GE(version, 13u);
}
// These tests are required for Pi Android devices.
class OEMCryptoAndroidPiTest : public OEMCryptoAndroidOCTest {};
#if 0 // TODO(b/64001862)
// These tests are required for Pi MR1 Android devices.
class OEMCryptoAndroidPiMR1Test : public OEMCryptoAndroidOCTest {};
TEST_F(OEMCryptoAndroidPiTest, MinVersionNumber14) {
TEST_F(OEMCryptoAndroidPiMR1Test, MinVersionNumber14) {
uint32_t version = OEMCrypto_APIVersion();
ASSERT_GE(version, 14u);
}
#endif
} // namespace wvoec