See build/soong/README.md for more information. Bug: 122332340 Test: treehugger Change-Id: I4ccc0a2e13fc49a0109e9823fbcb4077e11455d5
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
android_app {
|
|
name: "OsuLogin",
|
|
static_libs: ["androidx.legacy_legacy-support-v4"],
|
|
resource_dirs: ["res"],
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
}
|