mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Comments.
This commit is contained in:
parent
cfedc3e5a0
commit
0aef2b3b0a
1 changed files with 2 additions and 1 deletions
|
@ -140,8 +140,9 @@ class AndroidBuild {
|
||||||
appInfo.maxSdkVersion,
|
appInfo.maxSdkVersion,
|
||||||
outManifest,
|
outManifest,
|
||||||
outAaptSafeManifestLocation,
|
outAaptSafeManifestLocation,
|
||||||
|
// TODO: support aar too
|
||||||
ManifestMerger2.MergeType.APPLICATION,
|
ManifestMerger2.MergeType.APPLICATION,
|
||||||
emptyMap(),
|
emptyMap() /* placeHolders */,
|
||||||
reportFile)
|
reportFile)
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue