commit | 7a48527b95476a32b8c136c245f75b92300597f7 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Nov 09 12:30:58 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Wed Nov 09 12:50:35 2022 -0800 |
tree | 47e297f70b6fe8757914d9c323b2f9d515852643 | |
parent | afeadc35616ba44e52beea72016d3029bf8619fd [diff] |
Fix crash in check_elf_file.py `lib` is already a string and doesn't need to be decoded. Bug: 258395719 Test: On internal master: build/soong/soong_ui.bash --make-mode --bazel-mode-staging TARGET_PRODUCT=aosp_coral TARGET_BUILD_VARIANT=userdebug droid dist device-tests platform_tests Change-Id: I83ff35339bea9f01c61d953e251788e0894005dc
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.