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:
andrewlewis 2018-09-20 09:34:14 -07:00 committed by Oliver Woodman
parent 7e55a6311f
commit a5fc7883a6

View File

@ -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;