Merge "Default droiddoc to disting the api txt if there is one" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b4cf9df628
@@ -542,6 +542,7 @@ func (ddoc *Droiddoc) AndroidMkEntries() []android.AndroidMkEntries {
|
|||||||
func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {
|
func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {
|
||||||
return []android.AndroidMkEntries{android.AndroidMkEntries{
|
return []android.AndroidMkEntries{android.AndroidMkEntries{
|
||||||
Class: "JAVA_LIBRARIES",
|
Class: "JAVA_LIBRARIES",
|
||||||
|
DistFile: android.OptionalPathForPath(dstubs.apiFile),
|
||||||
OutputFile: android.OptionalPathForPath(dstubs.stubsSrcJar),
|
OutputFile: android.OptionalPathForPath(dstubs.stubsSrcJar),
|
||||||
Include: "$(BUILD_SYSTEM)/soong_droiddoc_prebuilt.mk",
|
Include: "$(BUILD_SYSTEM)/soong_droiddoc_prebuilt.mk",
|
||||||
ExtraEntries: []android.AndroidMkExtraEntriesFunc{
|
ExtraEntries: []android.AndroidMkExtraEntriesFunc{
|
||||||
|
Reference in New Issue
Block a user