1package { 2 // See: http://go/android-license-faq 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6android_test { 7 name: "IntentPlayground", 8 // Only compile source java files in this apk. 9 srcs: ["src/**/*.java"], 10 resource_dirs: ["res"], 11 static_libs: [ 12 "com.google.android.material_material", 13 "androidx.appcompat_appcompat", 14 "androidx.recyclerview_recyclerview", 15 "androidx.lifecycle_lifecycle-livedata", 16 "androidx.lifecycle_lifecycle-viewmodel", 17 ], 18 sdk_version: "current", 19} 20