Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
fix build with Android Studio 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 24, 2019
1 parent 99ccccd commit 55f3ff0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,4 @@ include ':samples:sdk-videoplayer'
//include ':samples:ndk-hellovr'
//include ':samples:ndk-hellovrbeta'

// Android Studio doesn't preserve nested modules in its Project View. To create
// a cleaner layout, we reorganize and rename the modules loaded above.
Set moduleList = new HashSet() // Modules to display in the Project View.

// Move all the modules from root/samples/simplepanowidget to
// root/samples-simplepanowidget.
rootProject.children.each { outerDir ->
outerDir.children.each { innerDir ->
// Rename the modules as we move them around.
innerDir.name = "$outerDir.name-$innerDir.name"
}
moduleList.addAll(outerDir.children)
}

// Remove the top-level modules which are empty and useless.
rootProject.children.clear()

// Add the subdirectories as top-level modules.
rootProject.children.addAll(moduleList)

1 comment on commit 55f3ff0

@sewasewa777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.