Remove hidden_api_packages as it is no longer needed
The `--hide-package` option that this uses is being removed from Metalava. The same functionality can more easily be achieved by simply creating a `package.html` or preferably `package-info.java` that contains `@hide` in their `<body>` tag or Javadoc respectively. Bug: 351991463 Test: m checkapi Change-Id: If7ea2449d1bddc0df460c285bf7959dbf9409b04
Loading
Please register or sign in to comment