summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'car-lib/Android.bp')
-rw-r--r--car-lib/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/car-lib/Android.bp b/car-lib/Android.bp
index 2a546761..956ff709 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -115,7 +115,7 @@ droidstubs {
115 api_tag_name: "ANDROID_CAR", 115 api_tag_name: "ANDROID_CAR",
116 api_filename: "api.txt", 116 api_filename: "api.txt",
117 removed_api_filename: "removed.txt", 117 removed_api_filename: "removed.txt",
118 args: "--hide DeprecationMismatch --hide UnavailableSymbol --UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ", 118 args: "--hide DeprecationMismatch --hide UnavailableSymbol --hide UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ",
119 installable: false, 119 installable: false,
120 check_api: { 120 check_api: {
121 last_released: { 121 last_released: {
@@ -172,7 +172,7 @@ droidstubs {
172 ], 172 ],
173 api_tag_name: "ANDROID_CAR_STUB", 173 api_tag_name: "ANDROID_CAR_STUB",
174 api_filename: "api.txt", 174 api_filename: "api.txt",
175 args: "--hide DeprecationMismatch --hide UnavailableSymbol --UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ", 175 args: "--hide DeprecationMismatch --hide UnavailableSymbol --hide UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ",
176 installable: false, 176 installable: false,
177 product_variables: { 177 product_variables: {
178 pdk: { 178 pdk: {