This document describes the structure of the project repository.
The repository contains several key directories organized by their functionality:
activity, annotation, appcompat, compose, core, and others represent individual AndroidX libraries and components.buildSrc/ and buildSrc-tests/ directories contain the Gradle build logic and related tests for the project.docs/, docs-public/, and docs-tip-of-tree/.development/, benchmark/, and busytown/.Explicit Output Location: All generated build outputs, intermediate files, and compiled artifacts are explicitly directed to the output directory located at:
../../out
This ../../out directory resides two levels above the root of the source tree and contains all the build outputs generated by the build system.