Merge "Enable compat checking & lint for system_services api"
This commit is contained in:
@@ -126,6 +126,16 @@ droidstubs {
|
|||||||
api_file: "api/current.txt",
|
api_file: "api/current.txt",
|
||||||
removed_api_file: "api/removed.txt",
|
removed_api_file: "api/removed.txt",
|
||||||
},
|
},
|
||||||
|
last_released: {
|
||||||
|
api_file: ":last-released-system-server-api",
|
||||||
|
removed_api_file: "api/removed.txt",
|
||||||
|
baseline_file: ":system-server-api-incompatibilities-with-last-released"
|
||||||
|
},
|
||||||
|
api_lint: {
|
||||||
|
enabled: true,
|
||||||
|
new_since: ":last-released-system-server-api",
|
||||||
|
baseline_file: "api/lint-baseline.txt",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
1
services/api/lint-baseline.txt
Normal file
1
services/api/lint-baseline.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Baseline format: 1.0
|
||||||
Reference in New Issue
Block a user