diff options
| author | 2024-07-11 00:45:05 +0100 | |
|---|---|---|
| committer | 2024-07-11 14:08:25 +0100 | |
| commit | 2ff6695fdd10f1591f374ebd93b2baed09acbca0 (patch) | |
| tree | 27546d80bca857bb50026e4c70d2b6125b197343 /api/coverage/tools | |
| parent | cfaaa938b9e471a16fe473ced342a22526a9c1a3 (diff) | |
Remove --hide-package options from droidstubs
The `--hide-package com.android.server` option had no effect as the
`com.android.server` subpackages have `package-info.java` files with
`/** @hide */`.
The `--hide-package android.audio.policy.configuration.V7_0` option did
hide classes from that package from the API, presumably because those
classes are already managed by `audio_policy_configuration_V7_0`. This
change replicates that behavior by adding a `package-info.java` file
with `/** @hide */` in that package.
Bug: 351991463
Test: m checkapi
Change-Id: I9a11512daaa6fbbca245518e456b09a12cdf7ebc
Diffstat (limited to 'api/coverage/tools')
0 files changed, 0 insertions, 0 deletions