commit | 1a9023376cd1ed376dab4ba1ed72a22d86165a82 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Tue Apr 16 09:44:27 2024 +0000 |
committer | Mina Granic <minagranic@google.com> | Tue Apr 16 10:23:18 2024 +0000 |
tree | 7b451049c7de6ef080abc7c3114171b627497b2b | |
parent | ea9f51d6f56cd01c3f2ba63f416f6ff3ce9c539d [diff] |
Revert "Define a make target for all APEX dumps" This reverts commit ea9f51d6f56cd01c3f2ba63f416f6ff3ce9c539d. Reason for revert: aosp_cf_arm64_only_phone_hwasan-trunk_staging-userdebug fails Fixes: 335131824 Bug: 333532038 Change-Id: I4d4bd31ebd8af18bcc44eb9ee45c167cbde026b0
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.