-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Construct the
-sourcepath
argument of javadoc_library
using the srcs
The existing approach just looks for the first directory name `.*java` in the working directory which could very well be wrong. Instead we'll assume the root packages declared will appear as subpaths in the srcs. We'll then take the unique set of parent directories of these subpaths and use that as the `-sourcepath`. PiperOrigin-RevId: 666325391
- Loading branch information
1 parent
985e8ef
commit f11fc5a
Showing
1 changed file
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters