commit | 420237dc41767e5a54654a406fdcce456cf7a93e | [log] [tgz] |
---|---|---|
author | Shreshta Manu <shreshtabm@google.com> | Wed Sep 18 03:27:54 2024 +0000 |
committer | Shreshta Manu <shreshtabm@google.com> | Wed Sep 18 03:27:54 2024 +0000 |
tree | a238145be0b902a7622fef8362541c5493716606 | |
parent | 1e9faa2bc926ed9ee4cb9e6c3cb61a5887ac135e [diff] |
[Ranging] Add service-ranging to build Bug: 364930449 Test: compiles Change-Id: Ib14d0434a3e40e8dee76eea647051816dc8a740c
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.