commit | 60b8195c833545f063e60999b49cb373d98964cd | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Thu Oct 27 00:44:24 2022 +0000 |
committer | Spandan Das <spandandas@google.com> | Thu Oct 27 02:08:23 2022 +0000 |
tree | 3a2a8b4ac8baab6951995bd56942717adf260882 | |
parent | f95b5f77588a1272bd10570ff1a0ebc426a05bef [diff] |
Migrate check_elf_file.py to python3 Also, create a python_binary_host so that it runs using the hermetic python toolchain. Test: m check-elf-files Bug: 203436762 Change-Id: I964342a27f6b6c9dcdbbe910d4dc6c9ec00c2213
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.