Merge "Move global hidden API flags generation to platform_bootclasspath" am: f277259089
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1670845 Change-Id: Id60304459924aa75456d167fe18091f91ff62851
This commit is contained in:
@@ -308,6 +308,9 @@ genrule {
|
||||
|
||||
genrule {
|
||||
name: "combined-removed-dex",
|
||||
visibility: [
|
||||
"//frameworks/base/boot",
|
||||
],
|
||||
srcs: [
|
||||
":frameworks-base-api-removed.txt",
|
||||
":frameworks-base-api-system-removed.txt",
|
||||
|
||||
@@ -43,4 +43,32 @@ package {
|
||||
// done correctly.
|
||||
platform_bootclasspath {
|
||||
name: "platform-bootclasspath",
|
||||
|
||||
// Additional information needed by hidden api processing.
|
||||
hidden_api: {
|
||||
unsupported: [
|
||||
"hiddenapi/hiddenapi-unsupported.txt",
|
||||
],
|
||||
removed: [
|
||||
":combined-removed-dex",
|
||||
],
|
||||
max_target_r_low_priority: [
|
||||
"hiddenapi/hiddenapi-max-target-r-loprio.txt",
|
||||
],
|
||||
max_target_q: [
|
||||
"hiddenapi/hiddenapi-max-target-q.txt",
|
||||
],
|
||||
max_target_p: [
|
||||
"hiddenapi/hiddenapi-max-target-p.txt",
|
||||
],
|
||||
max_target_o_low_priority: [
|
||||
"hiddenapi/hiddenapi-max-target-o.txt",
|
||||
],
|
||||
blocked: [
|
||||
"hiddenapi/hiddenapi-force-blocked.txt",
|
||||
],
|
||||
unsupported_packages: [
|
||||
"hiddenapi/hiddenapi-unsupported-packages.txt",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user