commit | 6028dacd79484c509a2459f7d36389aa41a5f738 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Fri Dec 09 04:04:38 2022 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Fri Dec 09 04:05:32 2022 +0000 |
tree | 62230efd573ecd200555b59cdb06c771357476d7 | |
parent | 77f12153781526cacd81f393aa2b6068b680155a [diff] |
Correct paths for abi prebuilts. Bug: 260755259 Test: run locally Change-Id: If1d1d2abbcad9db7ab48782d809b3c160f656afd
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.