commit | 3c912f0698c033ec79e72c8db83e802ab0777d22 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Feb 20 22:09:30 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Feb 20 22:09:30 2025 -0800 |
tree | 67b9d6ec1acd3c8bfe9f8529fa3d4e1fb2522894 | |
parent | ad274cc04faccd5b6828273c3770c67cd3329098 [diff] |
Convert test_mapping.zip to soong Removing LOCAL_PRESUBMIT_DISABLED because it's not used and there's no equivalent soong syntax. Bug: 398025839 Test: Diffed test_mapping.zip before/after this change Change-Id: I7d6f63fbbabaed32f2f56c399b6631098d68e0a6
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.