This file is indexed.

/usr/src/castle-game-engine-5.2.0/base/android/AUTHORS.txt is in castle-game-engine-src 5.2.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Many units here are a simple translation of Android NDK C headers to Pascal,
copies from Lazarus and cleaned up a little,
see trunk/lcl/interfaces/customdrawn/android/ in Lazarus sources.

Note that castleandroidnativeactivity.pas needed a fix:
{$linklib android}, otherwise it cannot be loaded (unresolved symbols,
resulting in enigmatic messages in logcat:
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.sourceforge.castleengine.cgeandroidtest/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to load native library: /data/data/net.sourceforge.castleengine.cgeandroidtest/lib/libcge_android_lib.so
).

For information about the Android NDK API, see
http://developer.android.com/tools/sdk/ndk/index.html