summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2014-06-23 20:45:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-23 20:45:26 +0000
commit03491484367f61812538fd5f3c294c80cd85cd70 (patch)
tree73c3785ce0b22f7bf2381f65d9154bda44c0c762
parent616c2b3e3c250b84ecb320341d8b9de81033ec42 (diff)
parenta26b26178f71fab3a6115b8cb094245f67ee003f (diff)
downloadandroid_frameworks_ex-03491484367f61812538fd5f3c294c80cd85cd70.tar.gz
android_frameworks_ex-03491484367f61812538fd5f3c294c80cd85cd70.tar.bz2
android_frameworks_ex-03491484367f61812538fd5f3c294c80cd85cd70.zip
am a26b2617: Fix buildDir issue.
* commit 'a26b26178f71fab3a6115b8cb094245f67ee003f': Fix buildDir issue.
-rw-r--r--common/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/build.gradle b/common/build.gradle
index 459f896..ed3dba9 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -1,7 +1,5 @@
apply plugin: 'android-library'
-buildDir = "$rootProject.buildDir/android-$project.name"
-
android {
compileSdkVersion 17
buildToolsVersion = '19.0.1'