Merge "Write AndroidMk for api-versions.xml module"
This commit is contained in:
commit
55c157791e
1 changed files with 3 additions and 0 deletions
|
@ -542,6 +542,9 @@ func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {
|
|||
if !outputFile.Valid() {
|
||||
outputFile = android.OptionalPathForPath(dstubs.apiFile)
|
||||
}
|
||||
if !outputFile.Valid() {
|
||||
outputFile = android.OptionalPathForPath(dstubs.apiVersionsXml)
|
||||
}
|
||||
return []android.AndroidMkEntries{android.AndroidMkEntries{
|
||||
Class: "JAVA_LIBRARIES",
|
||||
OutputFile: outputFile,
|
||||
|
|
Loading…
Reference in a new issue