commit | fb2449f7b700cef385edf85eb325ad4dbb5d2d35 | [log] [tgz] |
---|---|---|
author | dimitry <dimitry@google.com> | Wed Jul 10 11:08:58 2019 +0200 |
committer | dimitry <dimitry@google.com> | Fri Jul 12 16:08:00 2019 +0200 |
tree | d060c67e2063bf39c71f42006b9f376894a296c0 | |
parent | 576ae9628b9aeeee8dfcd00042b01c3b467eefe3 [diff] |
Add NativeBridgeRelativePath config variables This will allow us to unhardcode relative paths for native-bridge binaries in soong. Test: make PRODUCT-cf_x86_phone-userdebug Change-Id: I72b33ee610c92d41e1370fcaa1512529c5d7c88c
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.