aboutsummaryrefslogtreecommitdiff
path: root/tests/applibtest/lib/build.gradle
blob: 99ff711c9356e84245a214d4f9b98e5bb43d8061 (plain)
1
2
3
4
5
6
7
8
9
apply plugin: 'android-library'

android {
    compileSdkVersion 15

	defaultConfig {
		testPackageName = "com.android.tests.testprojecttest.testlib"
	}
}