Hi, In the current implementation the Android.mk is indeed ignored when the gradle NDK task is called. You can avoid the NDK task to be ran by setting this for example: sourceSets.main.jni.srcDirs = [] and then you can call ndk-build on your project manually without any troubles.
On Monday, January 20, 2014 10:56:06 AM UTC+1, Daniele Segato wrote: > > A correction: > > On Monday, January 20, 2014 10:53:56 AM UTC+1, Daniele Segato wrote: >> >> PROJECT_PATH is computed like this: >> PROJECT_PATH := $(abspath $(call my-dir)/../../../) >> >> >> The path is correct because it would complain about missing assimp.so >> otherwise. >> > > The path is correct if I execute ndk-build manually from the src/main > directory > > > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
