Commit d0fb4b47 by andrewlewis Committed by Oliver Woodman

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
parent e90d36cb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment