Snap for 4628106 from 1ca7b6aeef to pi-release
am: 4dbcc060db
Change-Id: I0bcf54f2ecb6b806290221cf934e1700773c6130
This commit is contained in:
committed by
android-build-merger
commit
1ecbf7a3a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user