On 06/08/2016 10:32 AM, Max Kholmyansky wrote:
> Hi Martin
>
> Thanks for help, and sorry for not being clear enough.
>
> I found no build results, neither under ~/iotivity-1.1.0/android/examples
> nor under ~/iotivity-1.1.0/android/android_api .
>
> The only results of the build I was able to locate - were under the folder I
> mentioned earlier.
>
> I wonder if the Scons configuration, by default, is set to buid those
> folders. If it is, would appreciate an advice on how to check the correctness
> of the build process.
> (Unfortunately, I will be able to get back to this task only by Monday)
on the surface, it seems to be, as this appears in the top-level SConstruct:
if target_os == 'android':
SConscript('android/android_api/SConscript')
you might start tracing if from there (personally, I've never tried a build for
Android)