aboutsummaryrefslogtreecommitdiff
path: root/tests/aidl/build.gradle
blob: dc42ba270e280d48ed040e5912294fab30fe1e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// A basic Android application that follows all the conventions
//
buildscript {
    repositories {
        maven { url '../../repo' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.3-SNAPSHOT'
    }
}
apply plugin: 'android'

android {
    target = "android-15"

}