Fiemap tests should only run on API level >= 29.
Bug: 141941121
Test: vts
Change-Id: I860d3e33518c4eb2db61c468ba31309a0dbefb97
diff --git a/fs_mgr/libfiemap_writer/AndroidTest.xml b/fs_mgr/libfiemap_writer/AndroidTest.xml
index 5709365..a6ec96b 100644
--- a/fs_mgr/libfiemap_writer/AndroidTest.xml
+++ b/fs_mgr/libfiemap_writer/AndroidTest.xml
@@ -24,6 +24,7 @@
<option name="binary-test-source" value="_32bit::DATA/nativetest/fiemap_writer_test/fiemap_writer_test" />
<option name="binary-test-source" value="_64bit::DATA/nativetest64/fiemap_writer_test/fiemap_writer_test" />
<option name="binary-test-type" value="gtest"/>
+ <option name="precondition-first-api-level" value="29" />
<option name="test-timeout" value="2m"/>
</test>
</configuration>