commit | 3cf7c0a2c0e791055394665b34b0d69a69ac3ca2 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Mon May 06 14:52:34 2024 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Wed May 08 16:05:00 2024 -0400 |
tree | 9fef6e41518736127975845cfc10136aba3f0a26 | |
parent | 64dac049a61ed842e56b3b8f09ad624fc305accb [diff] |
Add a Java lib to read on-device proto paths Bug: 337911453 Test: m aconfig_on_device_protos_java Change-Id: Iac8d671acee070ed041927028ec80c7aa371bd61 Change-Id: I19e0e52d8de71207c9858305e6248b6251a20989
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.