Use HOST_ANDROID define instead of PLATFORM_ANDROID
authorZoltan Varga <vargaz@gmail.com>
Tue, 23 Jan 2018 02:38:02 +0000 (05:38 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 24 Jan 2018 14:05:17 +0000 (17:05 +0300)
commite9f26e6de5a1a4b4ded6d55f1a09838da5056c07
tree20abe59a860d669e01d3057c5cc9e38a01e2fb23
parent65fe9858bf528ce053c729758bfb489a44b5ec75
Use HOST_ANDROID define instead of PLATFORM_ANDROID
(a cherry-pick of commit 5d819c8 from 'mono_libgc')

* doc/README.macros (PLATFORM_ANDROID): Rename to HOST_ANDROID.
* dyn_load.c: Rename PLATFORM_ANDROID to HOST_ANDROID.
* include/gc.h: Likewise.
* include/gc_config_macros.h: Likewise.
* include/private/gcconfig.h: Likewise.
* include/private/thread_local_alloc.h: Likewise.
* os_dep.c: Likewise.
* pthread_support.c: Likewise.
* tests/initsecondarythread.c: Likewise.
* tests/test.c: Likewise.
* tools/threadlibs.c: Likewise.
doc/README.macros
dyn_load.c
include/gc.h
include/gc_config_macros.h
include/private/gcconfig.h
include/private/thread_local_alloc.h
os_dep.c
pthread_support.c
tests/initsecondarythread.c
tests/test.c
tools/threadlibs.c