Clean up gradle tasks / formatting
This commit is contained in:
parent
eb760bf953
commit
6f540bfe8a
1 changed files with 5 additions and 0 deletions
|
@ -123,10 +123,15 @@ android {
|
|||
java.srcDirs = ["src-google"]
|
||||
manifest.srcFile "AndroidManifest-free.xml"
|
||||
}
|
||||
freedev {
|
||||
java.srcDirs = ["src-google"]
|
||||
manifest.srcFile "AndroidManifest-freedev.xml"
|
||||
}
|
||||
freehuawei {
|
||||
java.srcDirs = ["src-huawei"]
|
||||
manifest.srcFile "AndroidManifest-freehuawei.xml"
|
||||
}
|
||||
|
||||
legacy {
|
||||
jniLibs.srcDirs = ["libc++"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue