From cd66cd3fd85929e7af741169af914604609706c1 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 30 Jan 2013 13:24:03 -0800 Subject: 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 --- tests/aidl/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/aidl') 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 -- cgit v1.2.3