summaryrefslogtreecommitdiff
path: root/services/Android.bp
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-04-22 14:21:54 +0100
committerAnton Hansson <hansson@google.com>2020-04-22 20:59:21 +0100
commit960c16cd389fd56542fd3dcc8935406e022cb1be (patch)
tree3d95c8c3dcbf35cd812b3ec9b9e80cce9744e7c6 /services/Android.bp
parent9b7b73d91b0d32e583c97c746e9baa9d4673cd05 (diff)
Remove obsolete droidstub args
- I see no usages of private_api_filename / private.txt / private_dex_api_filename - tags are no longer used as of Iff355041d88eb59ac47dd19a03e993cf1ce3927e - api_filename/removed_api_filename does nothing if check_api is specified. test-api does not need a removed.txt Bug: 152479829 Bug: 144149403 Test: m Change-Id: Ic1e859dc6aa91f8d7b4f285b63d3faafb27edc9b
Diffstat (limited to 'services/Android.bp')
-rw-r--r--services/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp
index 730b9a5dc3e3..6d637bedeef7 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -112,7 +112,6 @@ droidstubs {
name: "services-stubs.sources",
srcs: [":services-all-sources"],
installable: false,
- api_tag_name: "SYSTEM_SERVER",
args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.SYSTEM_SERVER\\)" +
" --hide-annotation android.annotation.Hide" +
" --hide InternalClasses" + // com.android.* classes are okay in this interface