This file is indexed.

/usr/share/ecere/samples/android/note.txt is in ecere-samples 0.44.15-1.

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
13
14
15
See http://ecere.org/android

- You need to configure an Android compiler and select it as the active compiler
   You can simply use the default toolchain values, with a GCC prefix:
      e.g. arm-linux-androideabi-
      
   And a sysroot, e.g. C:\android-sdk\android-ndk-r8b\platforms\android-14\arch-arm

- Use the following to create your signing key:

   keytool -genkey -v -alias mykey -keyalg RSA -keysize 2048 -validity 10000

   By default, the project is configured (Project Settings, Builder, Post Build Commands - Common config) with 'mypassword'

- There's also a hardcoded reference in the Post-Build Commands to an Android SDK at C:/android-sdk/platforms/android-16/