| // Copyright (c) 2016, the R8 project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| package com.android.tools.r8.internal; |
| import com.android.tools.r8.CompilationException; |
| import com.android.tools.r8.R8RunArtTestsTest.CompilerUnderTest; |
| import com.android.tools.r8.shaking.ProguardRuleParserException; |
| import java.io.IOException; |
| import java.util.concurrent.ExecutionException; |
| public class YouTubeDeployJarVerificationTest extends YouTubeCompilationBase { |
| public void buildFromDeployJar() |
| throws ExecutionException, IOException, ProguardRuleParserException, CompilationException { |
| runAndCheckVerification(CompilerUnderTest.R8, BASE + APK, null, null, BASE + DEPLOY_JAR); |