build/ – Build environment setup and makefiles
bionic/ – Android C library
dalvik/ – Android JVM。Google公司设计用于Android平台的Java虚拟机。
kernel/ – Linux kernel。驱动代码
framework/ – Android platform layer (system libraries and Java components)
system/ – Android system (utilities and libraries, fastboot, logcat, liblog)。Android系统工具及库文件。
external/ – Non-Android-specific Open Source projects required for Android
prebuilt/ – Precompiled binaries for building Android, e.g., cross-compilers。为编译android预编译好的二进制文件。
packages/ – Standard Android Java applications and components。Android应用。
development/ – Android reference applications and tools for developers。Android开发者参考程序及工具。
hardware/ – Hardware abstraction layer (audio, sensors) and Qualcomm hardware-specific wrappers。硬件抽象层,以及高通为指定硬件写的支持代码。
vendor/qcom/ – Qualcomm target definitions, e.g., msm7201a_surf
vendor/qcom-proprietary – Qualcomm-proprietary components, e.g. MM, QCRIL, etc.
out/ – Built files created by user。编译过的文件及镜像。
out/host/ – Host executables created by the Android build
out/target/product/
– appsboot*.mbn – Applications boot loader
– boot.img – Android boot image (Linux kernel + root FS)
– system.img – Android components (/system)
– userdata.img – Android development applications and database
– root/ – Root FS directory, which compiles into ramdisk.img and merged into boot.img
– system/ – System FS directory, which compiles into system.img
– obj/ – Intermediate object files
• include/ – Compiled include files from components
• lib/
• STATIC_LIBRARIES/
• SHARED_LIBRARIES/
• EXECUTABLES/
• APPS/
symbols/ – Symbols for all target binaries