commit | f2e846fb91d8e07f99c6de3a4a1f8c0892636294 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Jun 29 16:04:51 2020 -0400 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Jul 06 15:13:11 2020 -0400 |
tree | 560e53501cc35ee1774369fc5dfa8d359ffe58b9 | |
parent | 8add8cb1459446c1ae7a33bc764bbc49efdd4f32 [diff] |
Check for duplicate entries in build.prop in validation script Test: Added Unit test Bug: 143013566 Change-Id: Ida14507a4a6034990bc81d5263ef1cea34f589c1
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.