Merge "liblp: Remove tests for alignment_offset being 0." into rvc-dev am: 2d51d38224
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/11817320 Change-Id: I426268cbbd9da005eefa7fbfe85613f393f532ce
This commit is contained in:
commit
9b3d27f4d8
1 changed files with 0 additions and 4 deletions
|
@ -56,10 +56,6 @@ TEST_F(DeviceTest, BlockDeviceInfo) {
|
|||
|
||||
// Having an alignment offset > alignment doesn't really make sense.
|
||||
EXPECT_LT(device_info.alignment_offset, device_info.alignment);
|
||||
|
||||
if (IPropertyFetcher::GetInstance()->GetBoolProperty("ro.virtual_ab.enabled", false)) {
|
||||
EXPECT_EQ(device_info.alignment_offset, 0);
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(DeviceTest, ReadSuperPartitionCurrentSlot) {
|
||||
|
|
Loading…
Reference in a new issue