No description
Find a file
Chris Li 4b88326361 Remove WM Extensions from wearable
Wearable doesn't need WM Extensions.

Bug: 306666082
Ignore-AOSP-First: need internal-first change to guard with flag
Test: atest CtsWindowManagerJetpackTestCases:SdkAvailabilityTest
Change-Id: Idd0f7269ccfacbc2e3030f35a5fd2ebf965b8db2
2024-03-27 07:16:53 +00:00
ci Remove extra test targets from inside build script 2024-03-19 17:24:40 -07:00
common
core Merge "16k: core: Change default TARGET_MAX_PAGE_SIZE_SUPPORTED to 16384" into main am: 160357160b am: 7e19a0a2c2 2024-03-25 02:46:04 +00:00
packaging
target Remove WM Extensions from wearable 2024-03-27 07:16:53 +00:00
teams Add new team rules 2024-02-15 14:46:29 +00:00
tests
tools Merge "fallback to v2 on s build" into main am: 3903154c64 am: 6a07df2f62 2024-03-22 21:21:42 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md
CleanSpec.mk
cogsetup.sh Fix cogsetup.sh to work from non-root dirs 2024-01-31 17:20:13 -05:00
Deprecation.md
envsetup.sh envsetup.sh: work around zsh's built-in which. 2024-03-22 15:46:59 +00:00
help.sh
METADATA
navbar.md
OWNERS
PREUPLOAD.cfg
rbesetup.sh
README.md
shell_utils.sh
tapasHelp.sh
Usage.txt

Android Make Build System

This is the Makefile-based portion of the Android Build System.

For documentation on how to run a build, see Usage.txt

For a list of behavioral changes useful for Android.mk writers see Changes.md

For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.

This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.