Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. android.ndk {
  2. moduleName = "ropecraftpe"
  3. ldLibs.addAll(['log', 'name of one library', 'name of other library'])
  4. ldFlags.add('-L"' + file('src/main/jni').absolutePath + '"')
  5.  
  6. cppFlags.add('-std=c++11')
  7. stl = 'gnustl_shared'
  8. abiFilters.addAll(['armeabi-v7a'])
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement