Merge "Fix disting of android_system.jar" am: 0206a453f1
am: fad6403b9f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1503392 Change-Id: I268f89bb49ecb6d108d4bb32185650d52340c052
This commit is contained in:
@ -247,21 +247,7 @@ java_library_static {
|
|||||||
"framework-wifi.stubs",
|
"framework-wifi.stubs",
|
||||||
"private-stub-annotations-jar",
|
"private-stub-annotations-jar",
|
||||||
],
|
],
|
||||||
defaults: [
|
defaults: ["android_defaults_stubs_current"],
|
||||||
"android_defaults_stubs_current",
|
|
||||||
"android_stubs_dists_default",
|
|
||||||
],
|
|
||||||
dist: {
|
|
||||||
dir: "apistubs/android/system",
|
|
||||||
},
|
|
||||||
dists: [
|
|
||||||
{
|
|
||||||
// Legacy dist path
|
|
||||||
targets: ["sdk", "win_sdk"],
|
|
||||||
tag: ".jar",
|
|
||||||
dest: "android_system.jar",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java_library_static {
|
java_library_static {
|
||||||
@ -278,7 +264,21 @@ java_library_static {
|
|||||||
"framework-wifi.stubs.system",
|
"framework-wifi.stubs.system",
|
||||||
"private-stub-annotations-jar",
|
"private-stub-annotations-jar",
|
||||||
],
|
],
|
||||||
defaults: ["android_defaults_stubs_current"],
|
defaults: [
|
||||||
|
"android_defaults_stubs_current",
|
||||||
|
"android_stubs_dists_default",
|
||||||
|
],
|
||||||
|
dist: {
|
||||||
|
dir: "apistubs/android/system",
|
||||||
|
},
|
||||||
|
dists: [
|
||||||
|
{
|
||||||
|
// Legacy dist path
|
||||||
|
targets: ["sdk", "win_sdk"],
|
||||||
|
tag: ".jar",
|
||||||
|
dest: "android_system.jar",
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
java_library_static {
|
java_library_static {
|
||||||
|
Reference in New Issue
Block a user