/dev, /sys, /proc
find . -name "*" | xargs grep "Google, \Inc"
find . -name "*" | xargs grep -i "android" | sed -e 's/:.*$//g' | uniq
Core projects
Project | Description |
---|---|
bionic | C runtime: libc, libm, libdl, dynamic linker |
bootloader/legacy | Bootloader reference code |
build | Build system |
dalvik | Dalvik virtual machine |
development | High-level development and debugging tools |
frameworks/base | Core Android app framework libraries |
frameworks/policies/base | Framework configuration policies |
hardware/libhardware | Hardware abstraction library |
hardware/rii | Radio interface layer |
kernel | Linux kernel |
prebuilt | Binaries to support Linux and Mac OS builds |
recovery | System recovery environment |
system/bluetooth | Bluetooth tools |
system/core | Minimal bootable environment |
system/extras | Low-level debugging/inspection tools |
system/wlan/ti | Ti 1251 WLAN driver and tools |