1android_test {
2    name: "SharedLibraryClient",
3    srcs: ["**/*.java"],
4    libs: ["SharedLibrary"],
5    sdk_version: "current",
6}
7