Add IMA tests to presubmit
Also fix internal build by adding some methods. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213828434
This commit is contained in:
parent
7e55a6311f
commit
a5fc7883a6
@ -64,6 +64,18 @@ import java.util.Set;
|
||||
};
|
||||
}
|
||||
|
||||
public int getVastMediaWidth() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public int getVastMediaHeight() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public int getVastMediaBitrate() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSkippable() {
|
||||
return skippable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user