/usr/include/android-19/android-version.h is in android-headers-19 23-0ubuntu2.
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 4
#define ANDROID_VERSION_MINOR 4
#define ANDROID_VERSION_PATCH 2
#define ANDROID_VERSION_PATCH2 0
#define ANDROID_VERSION_PATCH3 0
#endif
|