See build/soong/README.md for more information. Bug: 122332340 Test: treehugger Change-Id: I4ccc0a2e13fc49a0109e9823fbcb4077e11455d5
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
// Copyright 2007-2008 The Android Open Source Project
|
|
|
|
android_app {
|
|
name: "WAPPushManager",
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
libs: ["telephony-common"],
|
|
static_libs: ["android-common"],
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|