Meng Wang 9c99325b87 Revert "System API used by telephony to bind to WapPushManager app."
This reverts commit e6a40697e14f281184ed0813eae624a206482bc9.

Reason for revert: API review comments

Bug: 148179277
Change-Id: I729e1c27492b25cfcdb4244e294672ba34a7e7ea
2020-02-10 14:42:41 -08:00

15 lines
328 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"],
},
system_ext_specific: true,
}