commit | 6a75c4f78290c64bc54d79d7880e735cd18e7f61 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Oct 24 18:15:54 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Oct 24 18:15:54 2022 -0700 |
tree | ad696bb6912d7b59bec351a40484a86279aefede | |
parent | 3946ea03181421c9d4a2ad0ff494e415540c0ee6 [diff] |
Delete java-layers.py There are no usages of LOCAL_JAVA_LAYERS_FILE, and java-layers.py was written in python 2. Bug: 203436762 Test: Presubmits Change-Id: I1be0f2547757a853e20811f28529479487037e94
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.