We plan to forbid hidden API in product partition. So these apps have to be moved to /system_ext because it uses hidden API. It is not permanent, so they can be moved back to /product due to needs if there isn't hidden usage anymore. Bug: 137908189 Test: m Test: check whether device boots successfully Change-Id: I0662674a66bc54ee4713e5c7ed6ad0db4d342338 Merged-In: I0662674a66bc54ee4713e5c7ed6ad0db4d342338
15 lines
328 B
Plaintext
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,
|
|
}
|