Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2ff6695f authored by Paul Duffin's avatar Paul Duffin
Browse files

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
parent cfaaa938
Loading
Loading
Loading
Loading
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