Merge "Make ApiLint's new_since arg the merged txt file" am: 9489b44d47
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1728155 Change-Id: Icf432abe4ccce2bd98a620cb144e7b07e8ef4938
This commit is contained in:
@@ -54,7 +54,7 @@ droidstubs {
|
|||||||
},
|
},
|
||||||
api_lint: {
|
api_lint: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
new_since: ":android-non-updatable.api.public.latest",
|
new_since: ":android.api.public.latest",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dists: [
|
dists: [
|
||||||
@@ -109,7 +109,7 @@ droidstubs {
|
|||||||
},
|
},
|
||||||
api_lint: {
|
api_lint: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
new_since: ":android-non-updatable.api.system.latest",
|
new_since: ":android.api.system.latest",
|
||||||
baseline_file: "core/api/system-lint-baseline.txt",
|
baseline_file: "core/api/system-lint-baseline.txt",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -204,7 +204,7 @@ droidstubs {
|
|||||||
},
|
},
|
||||||
api_lint: {
|
api_lint: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
new_since: ":android-non-updatable.api.module-lib.latest",
|
new_since: ":android.api.module-lib.latest",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dists: [
|
dists: [
|
||||||
|
|||||||
Reference in New Issue
Block a user