commit | 635887d5acbc648df550329d8651cabae3231313 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Aug 02 15:31:56 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 02 15:31:56 2018 -0700 |
tree | 1725735066e593bdcc3388fdaed3be737b21c9fe | |
parent | 0e0794f4e4e397ca077856f8cd113b6e59e8fc19 [diff] | |
parent | 567df6214f7b5a4c450598350c237a64e6153720 [diff] |
Merge "target_files: copy to PRODUCT-SERVICES instead" am: 567df6214f Change-Id: I95bf48eba07daa2b0f6d5b84c45de9b22f7aac0b
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.