commit | 07ece13f06a165b9a7c5c0216a2e7b338f01b5b5 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Thu Jul 18 13:36:50 2019 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Tue Jul 23 14:20:21 2019 +0800 |
tree | 47cd2f0026641623df679b90b363ac47c1b8b879 | |
parent | 2b4828a56494c69d4c531baa6f48ba5af121febd [diff] |
Ensure no redundant ABI reference dumps This commit ensures that all ABI dumps under prebuilts/abi-dumps/ have corresponding NDK/VNDK libraries. When an NDK/VNDK library is removed but its ABI dump isn't, the build system reports an error. The build system does not check whether all NDK/VNDK libraries have ABI reference dumps because the owners of the libraries may intend to disable ABI check in some cases. Test: touch prebuilts/abi-dumps/vndk/R/32/x86/test.so.lsdump && make Bug: 132140703 Change-Id: I615ac8b509f151b75f57f35cd78c518fae798974
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.