summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2014-02-12 09:09:31 -0800
committerXavier Ducrohet <xav@google.com>2014-02-25 18:43:30 -0800
commita26b26178f71fab3a6115b8cb094245f67ee003f (patch)
treeaf325ffc0e8dfec8438ee8f73b41c17e68a48ae3 /common
parentef66d5292a0fa0a1ad1e0f8ac53f1457f51e132a (diff)
downloadandroid_frameworks_ex-a26b26178f71fab3a6115b8cb094245f67ee003f.tar.gz
android_frameworks_ex-a26b26178f71fab3a6115b8cb094245f67ee003f.tar.bz2
android_frameworks_ex-a26b26178f71fab3a6115b8cb094245f67ee003f.zip
Fix buildDir issue.
Change-Id: I2d441100f9ab85bd6631c60621438363b67ca6bd
Diffstat (limited to 'common')
-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'