unplugged-system/cts/hostsidetests/shortcuts/deviceside/common/Android.bp

14 lines
296 B
Plaintext
Raw Normal View History

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
java_library {
name: "hostsidetests-shortcuts-deviceside-common",
srcs: ["src/**/*.java"],
libs: [
"android.test.base",
"ShortcutManagerTestUtils",
"compatibility-device-util-axt",
],
}