commit | 807eb549b56e96a558fde3fe1579d5d7b1a1597f | [log] [tgz] |
---|---|---|
author | Alex Klein <saklein@google.com> | Thu Jul 11 10:23:18 2024 -0600 |
committer | Alex Klein <saklein@google.com> | Thu Jul 11 10:23:18 2024 -0600 |
tree | 0b2208d3be7c2030a8f06b479f11cb9f1bcf7a8b | |
parent | 0d18be30ae7ac0556fda0302b838ba197783a38f [diff] |
core/Makefile: Add desktop pack image hook. Desktop currently has a custom pack image script that is valuable to run in pre/post-submit builders. Add hook to the core Makefile to allow running it. Bug: b:349581445 Test: m Change-Id: I368d3c8278beeee9f5c3e863043869c18e773728
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.