commit | 6007ac6fca67e259a12b0e8796db1c292404d143 | [log] [tgz] |
---|---|---|
author | Mohamad Mahmoud <mohamadmahmoud@google.com> | Tue Oct 29 11:56:01 2024 +0000 |
committer | Mohamad Mahmoud <mohamadmahmoud@google.com> | Mon Nov 11 15:53:15 2024 +0000 |
tree | 6c79806772d5eee88247dc4567715d0433a4d59d | |
parent | 00e051510d38186df5610c3ff942ea15abf794d6 [diff] |
Add pbtombstone to base system package list in build configuration Bug: 323857385 Flag: EXEMPT build file update Test: m && manually checking the directory /system/bin Change-Id: Ib8cdddd406f9dae94ef2c2c60b5459dc5ae12368
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.