commit | 175df38e6cca40f7c36d8fff763f9e79caed770f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Jan 10 19:50:37 2018 -0800 |
committer | Tao Bao <tbao@google.com> | Wed Jan 10 19:57:57 2018 -0800 |
tree | eb6490fea0e9bc774d81ed248223aa006983383a | |
parent | 08dc8498feeabe97449ef561f903b02551174d5a [diff] |
releasetools: Remove two dead functions in ota_from_target_files.py. GetBuildProp() and GetVendorBuildProp() have been factored into BuildInfo class. These two functions were meant to be deleted in commit 481bab8d48a8a40544bdd8e77d6d92b746bdbed8. Test: python -m unittest test_ota_from_target_files Test: No users of these two functions. Change-Id: Id590a46d597939973ef2339cdfea4f5163548d4d
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.