Files
frameworks_base/packages/WAPPushManager/Android.bp
Po-Chien Hsueh 314476144d Move WAPPushManager to /product
WAPPushManager is not in mainline, thus move it to /product.

Bug: 138284376
Test: Boot aosp_cf_x86_phone
Change-Id: I65b530547a25efa501bafcfa986111f0f899211d
2019-08-30 11:14:24 +08:00

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,
}