Remove redundancy.
This commit is contained in:
committed by
Joshua Granick
parent
2788dec2a5
commit
391a7bb6bc
@@ -983,16 +983,6 @@ class HXProject {
|
||||
|
||||
}
|
||||
|
||||
context.dependencies = new Array <Dynamic> ();
|
||||
|
||||
for (dependency in dependencies) {
|
||||
|
||||
var embeddedDependency:Dynamic = { };
|
||||
ObjectHelper.copyFields (dependency, embeddedDependency);
|
||||
context.dependencies.push (embeddedDependency);
|
||||
|
||||
}
|
||||
|
||||
//Reflect.setField (context, "ndlls", ndlls);
|
||||
//Reflect.setField (context, "sslCaCert", sslCaCert);
|
||||
context.sslCaCert = "";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
include ':app'
|
||||
::foreach dependencies::
|
||||
include 'deps:::name::'::end::
|
||||
|
||||
::if (ANDROID_LIBRARY_PROJECTS)::::foreach (ANDROID_LIBRARY_PROJECTS)::
|
||||
include 'deps:::name::'::end::::end::
|
||||
Reference in New Issue
Block a user