This file is indexed.

/usr/share/doc/fdroidserver/examples/config.buildserver.py is in fdroidserver 1.0.2-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
sdk_path = "/home/vagrant/android-sdk"
ndk_paths = {
    'r10e': "/home/vagrant/android-ndk/r10e",
    'r11c': "/home/vagrant/android-ndk/r11c",
    'r12b': "/home/vagrant/android-ndk/r12b",
    'r13b': "/home/vagrant/android-ndk/r13b",
    'r14b': "/home/vagrant/android-ndk/r14b",
    'r15c': "/home/vagrant/android-ndk/r15c",
    'r16b': "/home/vagrant/android-ndk/r16b",
}
java_paths = {
    '8': "/usr/lib/jvm/java-8-openjdk-amd64",
}