See build/soong/README.md for more information. Bug: 122332340 Test: treehugger Change-Id: I23d8d5a019155a0f3296f7ab75e9b44b7621f3c8
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
android_test {
|
|
name: "UsageStatsTest",
|
|
// Only compile source java files in this apk.
|
|
srcs: ["src/**/*.java"],
|
|
static_libs: ["androidx.legacy_legacy-support-v4"],
|
|
certificate: "platform",
|
|
platform_apis: true,
|
|
}
|