commit | b495364a5eb9433f912ff31798d8599fcf9130ec | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Oct 07 17:32:01 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 07 17:32:01 2019 -0700 |
tree | bbe2d273349d66da21b313526b198562260fe99d | |
parent | fe1523d06870e06d95975d4b0ec6f4833c13dd26 [diff] | |
parent | 24ff0055386b1e23372d9034fea9189852400fc1 [diff] |
Merge "Check if installable before installing unstripped" am: 4dc0c25643 am: 6ba261edf0 am: f188d1e32b am: 24ff005538 Change-Id: I1fe1ee23aaa6a56732f4473bba73cffccda6c1ee
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.