Skip to content

Commit

Permalink
Don't add gc ourselves for Android.mk files, it's in sdk.use anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Feb 12, 2013
1 parent 87c56d5 commit 4210449
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/rock/frontend/drivers/AndroidDriver.ooc
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ AndroidDriver: class extends Driver {
fw write("\n")

localSharedLibraries := ArrayList<String> new()
if (params enableGC) {
localSharedLibraries add("gc")
}

for (uze in uses) {
localSharedLibraries addAll(uze getAndroidLibs())
}
Expand Down

0 comments on commit 4210449

Please sign in to comment.