commit | e995769d440177b8a7012f278a1785859f4018fc | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Oct 24 18:02:23 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Oct 24 18:02:23 2022 -0700 |
tree | f8b2be6737b8800aecfaa90fe7d914d12c907884 | |
parent | 3946ea03181421c9d4a2ad0ff494e415540c0ee6 [diff] |
Delete parsedeps.py This script is only ever manually run, and it's written in python 2. Just delete it instead of updating to python 3 because it's unlikely anyone uses it anymore. Bug: 203436762 Test: Presubmits Change-Id: Ib55b3bf43a8066822308f49d1a948d27c520c5b2
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.