aboutsummaryrefslogtreecommitdiff
path: root/tests/aidl
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-01-30 13:24:03 -0800
committerXavier Ducrohet <xav@android.com>2013-02-07 17:19:58 -0800
commitcd66cd3fd85929e7af741169af914604609706c1 (patch)
tree0d5175877af805f7d48cb6611e8fb488b4df6090 /tests/aidl
parent36718f2a33f8bf0976cd23999a38dc9234fd671f (diff)
downloadbuild-cd66cd3fd85929e7af741169af914604609706c1.tar.gz
SDK support improvements.
Move figuring out the path to aidl/aapt/dx/llvm-rs-cc from IAndroidTarget to SdkParser (in preparation of the build-tools). Also change android.target to android.compileSdkVersion to make it less confusing with regards to min/targetSdkVersion and also change it to take either an int or a string. Change-Id: I8642cb84f67cf75b49abe905b2a65f4d26668e98
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 dc42ba2..077f203 100644
--- a/tests/aidl/build.gradle
+++ b/tests/aidl/build.gradle
@@ -12,6 +12,6 @@ buildscript {
apply plugin: 'android'
android {
- target = "android-15"
+ compileSdkVersion 15
} \ No newline at end of file