commit | c3c04f44da3c811bb241e51441e79dc70b00f62c | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Jun 21 12:48:50 2021 -0700 |
committer | Bob Badour <bbadour@google.com> | Mon Jun 21 12:55:24 2021 -0700 |
tree | 65d50918ec1b190da0ed06f9a23a0ab53c143e0f | |
parent | c92ebe14f2687587e868f329f393df61e5cea697 [diff] |
Quote the package name -- may contain special chars Special characterts like & can cause problems if not quoted. Test: m nothing Bug: 191604339 Change-Id: I86f659de4a956a3186f21a5333781b92b71e7c17
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.