summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAdam Metcalf <gamblore@google.com>2013-07-08 18:06:55 -0700
committerAdam Metcalf <gamblore@google.com>2013-07-08 18:06:55 -0700
commit17d0542df0f2656d180d69f7170a0433d0bacba6 (patch)
tree8021ae51be81dd89a761a71feedc13b003bc2926 /common
parentbaca3253a2d4a3d9ec1b018a079c35d89dd1bdf2 (diff)
downloadandroid_frameworks_ex-17d0542df0f2656d180d69f7170a0433d0bacba6.tar.gz
android_frameworks_ex-17d0542df0f2656d180d69f7170a0433d0bacba6.tar.bz2
android_frameworks_ex-17d0542df0f2656d180d69f7170a0433d0bacba6.zip
Set the build dir to be relative to a root folder.
Change-Id: I61614f9cf0564ebf077c27bebfb02f4a06e00f64
Diffstat (limited to 'common')
-rw-r--r--common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.gradle b/common/build.gradle
index c74682c..d2612c5 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'android-library'
-buildDir = "$project.rootDir/out/android-$project.name"
+buildDir = "$project.rootBuildDir/android-$project.name"
android {
compileSdkVersion 17