aboutsummaryrefslogtreecommitdiff
path: root/tests/aidl
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-03-25 17:03:31 -0700
committerXavier Ducrohet <xav@android.com>2013-03-25 17:03:31 -0700
commit9248573795057ac5df2d7d5d49a810d0817c7eb1 (patch)
tree57543ff0862e7c020db7c678a0672ab93bda31d7 /tests/aidl
parentb73c50cce44483658e99265c0e13698459ba317d (diff)
downloadbuild-9248573795057ac5df2d7d5d49a810d0817c7eb1.tar.gz
Use the right version of build tools.
Change-Id: I80ebd53f2f46213001633c135c7fd9a5f8502658
Diffstat (limited to 'tests/aidl')
-rw-r--r--tests/aidl/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aidl/build.gradle b/tests/aidl/build.gradle
index be67004..056d567 100644
--- a/tests/aidl/build.gradle
+++ b/tests/aidl/build.gradle
@@ -11,6 +11,6 @@ apply plugin: 'android'
android {
compileSdkVersion 15
- buildToolsVersion "1.0"
+ buildToolsVersion "17.0"
} \ No newline at end of file