diff --git a/.idea/modules.xml b/.idea/modules.xml index c0e297d50603..be9d1b521ade 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -348,7 +348,6 @@ - diff --git a/build/dependencies/androidToolsLibs/sdklib-tests/build.gradle b/build/dependencies/androidToolsLibs/sdklib-tests/build.gradle new file mode 100644 index 000000000000..1348dd666494 --- /dev/null +++ b/build/dependencies/androidToolsLibs/sdklib-tests/build.gradle @@ -0,0 +1,9 @@ +// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +sourceSets { + main.java.srcDir "$tools/sdklib/src/test/java" +} + +dependencies { + compile 'com.android.tools:testutils:26.3.0' + compile "com.android.tools:sdklib:26.3.0" +} \ No newline at end of file