evs: Use ui::LayerStack
Bug: 182939859 Test: Build Change-Id: I8d21e3a0bea81a351fb0c48882f92eb8c784ad80
This commit is contained in:
parent
54586529e3
commit
c7ef39d130
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ TEST_P(EvsHidlTest, CameraToDisplayRoundTrip) {
|
|||
ASSERT_GT(height, 0);
|
||||
|
||||
android::ui::DisplayState* pState = (android::ui::DisplayState*)state.data();
|
||||
ASSERT_NE(pState->layerStack, -1);
|
||||
ASSERT_NE(pState->layerStack, android::ui::INVALID_LAYER_STACK);
|
||||
});
|
||||
|
||||
// Test each reported camera
|
||||
|
|
Loading…
Reference in a new issue