mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 08:01:35 +02:00
11 lines
88 B
ObjectPascal
11 lines
88 B
ObjectPascal
unit buildrtl;
|
|
|
|
interface
|
|
|
|
uses
|
|
ndk, ndkutils, ddk;
|
|
|
|
implementation
|
|
|
|
end.
|