commit | 9fb58965affb1d1518b913dcd957f967dddcb1f6 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed May 31 13:02:13 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Wed Jun 07 14:53:04 2023 +0200 |
tree | 2dd1796e634758af83bb88b9c961bf54f53379f6 | |
parent | 2bb714ed2b9d466438ee2fd2adf53a3a09b2c5a3 [diff] |
aconfig: rename namespace -> package What used to be referred to as a namespace is now called a package. This CL is a semantic change only. Bug: 285000854 Test: m nothing Test: atest aconfig.test Change-Id: If3fca67c415af75b44f316e16666b97089407069
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.