commit | 426c7441b0ce4c5d04149074328af53e30515f7f | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Apr 19 11:17:28 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue Apr 19 14:46:09 2022 -0700 |
tree | 4eece906c765381e20904e834c6b97e01723812d | |
parent | a9aa002d3b21f248e09c954a36054c5726f40fcd [diff] |
Correct abspath implementation realpath doesn't return a path if the file doesn't exist, but $(abspath) in make does. Bug: 229132189 Test: ./out/rbcrun ./build/make/tests/run.rbc Change-Id: Ief7f634024cc52a9e8c5e478666b15512512f0d8
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.