1 apply plugin: 'android-library' 2 3 android { 4 target = "android-15" 5 6 defaultConfig { 7 testPackageName = "com.android.tests.testprojecttest.testlib" 8 } 9 }