-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: Generate javadoc and sources jars (#28)
* Generate javadoc and sources jars * Add it to dist_android * javadoc: fix paths for dist_android Co-authored-by: Chris Owen <[email protected]>
- Loading branch information
1 parent
556e8d7
commit b88f7fc
Showing
3 changed files
with
23 additions
and
1 deletion.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,6 +247,7 @@ WEBRTC_VER := 20200603.12 | |
endif | ||
|
||
JAVAC := javac | ||
JAVADOC := javadoc | ||
|
||
AFLAGS := cr | ||
|
||
|