commit | ab2bf9f131fe72a8011d29a3cf7ef35947b12c83 | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Fri Jan 03 02:40:11 2025 -0600 |
committer | Aaron Kling <webgeek1234@gmail.com> | Fri Jan 03 10:12:29 2025 -0600 |
tree | 553a79274be7dc71de7b9980ef069b93890d95ac | |
parent | e56edd1c1e7ad4b49f1385db00d4edb7c400705e [diff] |
fixup! Reland: Verify init scripts for correctness during build The dir macro returns the path with a trailing slash. The copy-files and prebuilt filter checks for files in the etc/init directory did not have a trailing slash in the comparison string. Change-Id: If56e283ac33784514d4b715bb25d48c044c904cc
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.