개발 개발/Android
안드로이드 소스의 버전을 볼려면 어떤 파일을 봐야 하는가?
뭉기
2011. 11. 29. 13:31
안드로이드 프레임워크
mydroid/build/core/version_defaults.mk 열어보면
39 ifeq "" "$(PLATFORM_VERSION)"
40 # This is the canonical definition of the platform version,
41 # which is the version that we reveal to the end user.
42 # Update this value when the platform version changes (rather
43 # than overriding it somewhere else). Can be an arbitrary string.
44 PLATFORM_VERSION := 2.3.5
45 endif
커널 버전
kernel/android-2.6.35/Makefile 열어보면
1 VERSION = 2
2 PATCHLEVEL = 6
3 SUBLEVEL = 35
4 EXTRAVERSION = .7+
5 NAME = Yokohama