commit | 2924961d8a70140dcc4514a7531fdbeebd7d1f85 | [log] [tgz] |
---|---|---|
author | Wenshan Fu <wenshan@google.com> | Fri Sep 20 00:40:23 2024 +0800 |
committer | Wenshan Fu <wenshan@google.com> | Sat Sep 21 05:06:51 2024 +0800 |
tree | d679478d59b5fe015f859494fbc6f96114a4a93b | |
parent | 48a08682fab23034653ef7964d3fe3ad577ad7d3 [diff] |
Add a hostside Java lib to read proto paths Bug: 365157972 Test: m aconfig_host_device_paths_java Change-Id: I858cda31e1e20b7df95bd0e6883694f0dd1cdef0
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.