Android 源码目录解析

Android 源码目录繁多,本文旨在更详尽做出说明。
.
├── abi
├── art
├── bionic
├── bootable
├── build
├── cts
├── dalvik
├── developers
├── development
├── device
├── docs
├── external
├── frameworks
├── hardware
├── libcore
├── libnativehelper
├── ndk
├── packages
├── pdk
├── prebuilts
├── sdk
├── system
└── tools

待续。。。

bionic

build

device

frameworks

frameworks/native/cmds/servicemanager
servicemanager 进程

hardware

libcore

packages

system