summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Android/android_sysinc.cxx
blob: 5c5694b8d7cf5a4127a93c4aabc5394d84337ae5 (plain)
1
2
3
4
5
6
7
#include <dlfcn.h>

#ifndef NOT_SYSTEM_DLFCN_HEADER
#error "sysroot /usr/include appears too early"
#endif

#include "android.cxx"