Skip to content
Snippets Groups Projects
Commit 8816bd35 authored by Jihoon Kang's avatar Jihoon Kang Committed by Automerger Merge Worker
Browse files

Merge changes from topics "remove_api_files", "remove_naming_convention" into main am: 901eda31

parents 1e98131d 901eda31
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ droidstubs {
tag: ".removed-api.txt",
},
],
api_surface: "public",
}
priv_apps = " --show-annotation android.annotation.SystemApi\\(" +
......@@ -119,6 +120,7 @@ droidstubs {
tag: ".removed-api.txt",
},
],
api_surface: "system",
}
droidstubs {
......@@ -164,6 +166,7 @@ droidstubs {
tag: ".removed-api.txt",
},
],
api_surface: "test",
}
droidstubs {
......@@ -203,6 +206,7 @@ droidstubs {
tag: ".removed-api.txt",
},
],
api_surface: "module-lib",
}
/////////////////////////////////////////////////////////////////////
......
......@@ -274,4 +274,5 @@ droidstubs {
tag: ".removed-api.txt",
},
],
api_surface: "system-server",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment