Loading media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp 100644 → 100755 +5 −0 Original line number Original line Diff line number Diff line Loading @@ -375,6 +375,11 @@ TEST_P(StoreHidlTest, ListRoles) { } } static int getFirstApiLevel() { static int getFirstApiLevel() { int boardApiLevel = android::base::GetIntProperty("ro.board.first_api_level", 0); if (boardApiLevel != 0) { return boardApiLevel; } return android::base::GetIntProperty("ro.product.first_api_level", __ANDROID_API_T__); return android::base::GetIntProperty("ro.product.first_api_level", __ANDROID_API_T__); } } Loading Loading
media/omx/1.0/vts/functional/store/VtsHalMediaOmxV1_0TargetStoreTest.cpp 100644 → 100755 +5 −0 Original line number Original line Diff line number Diff line Loading @@ -375,6 +375,11 @@ TEST_P(StoreHidlTest, ListRoles) { } } static int getFirstApiLevel() { static int getFirstApiLevel() { int boardApiLevel = android::base::GetIntProperty("ro.board.first_api_level", 0); if (boardApiLevel != 0) { return boardApiLevel; } return android::base::GetIntProperty("ro.product.first_api_level", __ANDROID_API_T__); return android::base::GetIntProperty("ro.product.first_api_level", __ANDROID_API_T__); } } Loading