WAPPushManager is not in mainline, thus move it to /product. Bug: 138284376 Test: Boot aosp_cf_x86_phone Change-Id: I65b530547a25efa501bafcfa986111f0f899211d
15 lines
325 B
Plaintext
15 lines
325 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"],
|
|
},
|
|
|
|
product_specific: true,
|
|
}
|