Sasha Smundak 995887eafb Convert packages/Shell/**/Android.mk file to Android.bp
See build/soong/README.md for more information.

Bug: 122332340
Test: atest ShellTests
(same errors as baseline)
Change-Id: I63b777342359e0b42ccd554b7d056c7431178380
2019-05-02 21:35:45 -07:00

20 lines
440 B
Plaintext

android_test {
name: "ShellTests",
srcs: ["src/**/*.java"],
libs: [
"android.test.runner",
"android.test.base",
"android.test.mock",
],
static_libs: [
"androidx.test.rules",
"mockito-target-minus-junit4",
"ub-uiautomator",
"junit",
],
platform_apis: true,
test_suites: ["device-tests"],
instrumentation_for: "Shell",
certificate: "platform",
}