commit | e4b8f48a6df05a1d18ff78303685802a6426f1cc | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Feb 09 15:17:04 2023 +0900 |
committer | Yi Kong <yikong@google.com> | Thu Feb 09 15:17:04 2023 +0900 |
tree | 8df95489e9a62ddee0b1c2ff58b6111f926dd1ef | |
parent | 0a3f6a2bb5979a36f816de18aa9cd8655ac35136 [diff] |
Migrate to the new clang lib dir Test: presubmit Change-Id: Ib409725d540d285dfd840bcd3de33020218f3bc0
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.