This file is indexed.

/usr/include/android-22/android-version.h is in android-headers-22 23-0ubuntu4.

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
#ifndef ANDROID_VERSION_H_
#define ANDROID_VERSION_H_

#define ANDROID_VERSION_MAJOR 5
#define ANDROID_VERSION_MINOR 1
#define ANDROID_VERSION_PATCH 0
#define ANDROID_VERSION_PATCH2 1
#define ANDROID_VERSION_PATCH3 0

#endif