From 1f019ca80854885d2d42e1fa08acfed9527bb41c Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 2 Aug 2017 10:44:38 -0700 Subject: [PATCH] Fix build.gradle to use modulePrefix Issue: #3131 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164004981 --- library/hls/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/hls/build.gradle b/library/hls/build.gradle index c870c3d162..14a26b0e12 100644 --- a/library/hls/build.gradle +++ b/library/hls/build.gradle @@ -33,7 +33,7 @@ android { dependencies { compile project(modulePrefix + 'library-core') compile 'com.android.support:support-annotations:' + supportLibraryVersion - androidTestCompile project(':testutils') + androidTestCompile project(modulePrefix + 'testutils') androidTestCompile 'com.google.dexmaker:dexmaker:' + dexmakerVersion androidTestCompile 'com.google.dexmaker:dexmaker-mockito:' + dexmakerVersion androidTestCompile 'org.mockito:mockito-core:' + mockitoVersion