commit | c9091eb3a0e707adc0ddf392bcd7967b3d1cef21 | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Thu Jul 26 19:03:30 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 19:03:30 2018 -0700 |
tree | fbc12218c06098943a4078a7f69c9d04032d3b19 | |
parent | 6ca83625e923d685b632c1030e07550afb209039 [diff] | |
parent | aa595dc2bb62e76aa1a692d5e2416257ece2c58e [diff] |
Merge "ATest: Sync auto_test_config for multilib modules" am: f2bea1b296 am: 7e7f79c138 am: aa595dc2bb Change-Id: I3caf8f0ba218827c7d15b9904e5070804f9f2d62
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.