You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such environment is set up when one wants to run unit tests in
Android Studio. Unit tests are run on host (not in emulator),
but JNI and even many Android's core API like Context are still
provided by Robolectric. On the other hand typical Android C++
headers like <android/log.h> are not accessible.
This patch adds checks for macro ANDROID_HOST which is defined
on such enviroment.
Relates-To: HERESDK-1085
Signed-off-by: Yauheni Khnykin <yauheni.khnykin@here.com>
0 commit comments