About 1,810,000 results
Open links in new tab
  1. Discovering Android’s Source: Traversing the AOSP’s File Structure

    Aug 21, 2023 · The “kernel” directory in the Android Open Source Project (AOSP) codebase contains the source code for the Linux kernel used in the Android operating system.

  2. How to understand the directory structure of android root tree?

    Jan 28, 2012 · External - contains source code for all external open source projects such as SQLite, Freetype and webkit. Frameworks - this folder is essential to Android since it contains the sources for the framework.

  3. Kernel overview | Android Open Source Project

    Feb 27, 2025 · The Android kernel is based on an upstream Linux Long Term Supported (LTS) kernel. At Google, LTS kernels are combined with Android-specific patches to form what are known as Android Common Kernels (ACKs). Newer ACKs (version 5.4 and above) are also known as GKI kernels.

  4. [GUIDE] Understanding the Android Source Code - XDA Forums

    Jan 22, 2014 · docs - I contains an important sub-folder called source.android.com. Contains tutorials, references, and miscellaneous information relating to the Android Open Source Project (AOSP).

  5. Android Internals 101 : AOSP Directory Structure

    These are the complete folder structure of AOSP source code directory. Android Source Code Directory (Practical) : To make your learning interesting or rememberable, It is highly recommended to visit Android Directory HandsOn site.

  6. Description about each project in Android Open Source Project

    Apr 24, 2017 · The folder structure is out/target/product/. In the default build for the emulator the output will be placed in out/target/product/generic. This is where you will find the images used by the emulator to start (or to be downloaded and flashed to a device if you are building for a hardware target).

  7. AOSP Structure - EmbeddedGeeKs

    1. abi – This folder contains a subfolder called cpp which actually contains many C++ files linked to many places. 2. art – it is the folder that deals with the compilation of the latest android ART run time. 3. bionic – Bionic is mainly a port of the BSD C library to our Linux kernel with the following additions/changes: No support for ...

  8. Directory Structure | Notes

    external: This directory contains source code for all external open source projects that are used by Android. frameworks: This directory contains the core framework code for Android, such as the Activity Manager, the Package Manager, and the Content Provider.

  9. Directory Structure | Android Tips

    system: This directory contains the core system files for Android, such as the kernel, the initramfs, and the root filesystem. tests: This directory contains the unit and integration tests for the Android platform. out: This directory will contain your generated/build modules and files.

  10. Build kernels - Android Open Source Project

    Apr 14, 2025 · These instructions guide you through the process of selecting the right sources, building the kernel, and embedding the results into a system image built from the Android Open Source Project (AOSP).

  11. Some results have been removed
Refresh