Where to find the version information in source code on Android platform

android

Solution

You can give it check in `platform\build\core\version_defaults.mk`

Problem

Where do I find the version information in source files on Android platform? I tried to find out some information listed in setting >> about phone. Some of the displayed information is, firmware version, module number, baseband version, kernel version, ...

Original source