aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2019-01-13 11:53:14 +0100
committerTor Norbye <tnorbye@google.com>2019-01-13 09:05:47 -0800
commit5b707a4a5ecda83f2c793b9f69319e3ccc34d03f (patch)
treecbd2c930798d299f2748ac5961ae94de98ca85f4
parent517e7d161c6a46301d9af3daf1c0c3f2968e0a2c (diff)
downloadCar-5b707a4a5ecda83f2c793b9f69319e3ccc34d03f.tar.gz
car-lib: Fix metalava arguments
Merged-In: Ib7cab01e85e7032ffbc7cf03771a59b8f2bfd46d Change-Id: I8a1e5970bd3b9c148715fc032fe36156ec82339c
-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 2a546761d0..956ff7099d 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -115,7 +115,7 @@ droidstubs {
api_tag_name: "ANDROID_CAR",
api_filename: "api.txt",
removed_api_filename: "removed.txt",
- args: "--hide DeprecationMismatch --hide UnavailableSymbol --UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ",
+ args: "--hide DeprecationMismatch --hide UnavailableSymbol --hide UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ",
installable: false,
check_api: {
last_released: {
@@ -172,7 +172,7 @@ droidstubs {
],
api_tag_name: "ANDROID_CAR_STUB",
api_filename: "api.txt",
- args: "--hide DeprecationMismatch --hide UnavailableSymbol --UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ",
+ args: "--hide DeprecationMismatch --hide UnavailableSymbol --hide UnhiddenSystemApi --hide HiddenTypedefConstant --hide ReferencesHidden --no-docs --stub-packages android.car* ",
installable: false,
product_variables: {
pdk: {