3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-15 11:45:54 +00:00
Brooklyn/tools/build/feature/test-bionic.c

8 lines
112 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#include <android/api-level.h>
int main(void)
{
return __ANDROID_API__;
}