mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add GNSS AIDL HAL VTS to presubmit checks
Bug: 171821213 Test: on cuttlefish Change-Id: I0375976671a3556c0ee4a847dcdf88e7cd25c76f
This commit is contained in:
7
gnss/aidl/TEST_MAPPING
Normal file
7
gnss/aidl/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "VtsHalGnssTargetTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -46,7 +46,7 @@ TEST_P(GnssHalTest, TestPsdsExtension) {
|
||||
ASSERT_TRUE(iGnssPsds != nullptr);
|
||||
|
||||
status = iGnssPsds->injectPsdsData(PsdsType::LONG_TERM, std::vector<uint8_t>());
|
||||
ASSERT_TRUE(status.isOk());
|
||||
ASSERT_FALSE(status.isOk());
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user