안드로이드 프레임워크
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
'개발 개발 > Android' 카테고리의 다른 글
[안드로이드] 네이티브 어플리케이션 설치 (0) | 2011.11.30 |
---|---|
Android build system - makefile 기본 빌드 과정 (0) | 2011.11.30 |
전체 소스에서 일부만 다시 빌드 - mmm 커맨드 (0) | 2011.11.15 |
Android에서 4gb 이상 비디오 돌리기 (0) | 2011.11.15 |
ICS (IceCream Sandwitch) 소스가 나왔다. (2) | 2011.11.15 |