summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-05-02 01:10:20 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-02 01:10:20 -0700
commit20a0918419f69a2274184ee399781831aa087d70 (patch)
tree1fd044e44ccdf6735e4645f8da388cc11ec30213
parent84362fa835bf814b061cd75361074cc4c18c4c8f (diff)
parent232a4df4d523e65bb8a7f431540e07ad63ef5618 (diff)
downloadmultidex-20a0918419f69a2274184ee399781831aa087d70.tar.gz
multidex: Update path to android.jar.
am: 232a4df4d5 Change-Id: I39536c71692d8a5d660e3715fa2232585f46f209
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b9af213..6665846 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ if (file(fullSdkPath).exists()) {
} else {
gradle.ext.currentSdk = 'current'
ext.buildToolsVersion = '26.0.0'
- project.ext.androidJar = files("${project.rootDir}/../../prebuilts/sdk/current/android.jar")
+ project.ext.androidJar = files("${project.rootDir}/../../prebuilts/sdk/current/public/android.jar")
File props = file("local.properties")
props.write "android.dir=../../"
}