From cf20e61e7c77c679a064b74dfabb58a10e671689 Mon Sep 17 00:00:00 2001 From: tom_at_work Date: Thu, 26 Apr 2012 09:36:42 +0000 Subject: - initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development. - basic rtl support using system calls - fp(c)make/fppkg/makefile support todo: - revisit systems/t_android.pas: mostly duplicate with t_linux.pas, containing lots of unnecessary code - revisit rtl changes - android ndk header translation import - better app build/packaging support - android/x86 support git-svn-id: http://svn.freepascal.org/svn/fpc/branches/targetandroid@21061 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/compiler.pas | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/compiler.pas') diff --git a/compiler/compiler.pas b/compiler/compiler.pas index 627b01574a..9bd0f61491 100644 --- a/compiler/compiler.pas +++ b/compiler/compiler.pas @@ -58,6 +58,9 @@ uses {$ifdef amiga} ,i_amiga {$endif amiga} +{$ifdef android} + ,i_android +{$endif android} {$ifdef atari} ,i_atari {$endif atari} -- cgit v1.2.1