commit | ebce0d95014b64a4e78623c97b4b429eb1a25bf3 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Thu Apr 06 15:04:03 2023 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Thu Apr 06 14:01:07 2023 +0000 |
tree | 2b5659ad407d0cda8cb4c2c64102b24cb1f43e2d | |
parent | 557a4d56c9f7a3b36871e373926e7f66ca71b1ca [diff] |
Copy ABI dumps from current/64 to FINAL_PLATFORM_SDK_VERSION/64 Because prebuilts/abi-dumps/ndk/current contains additional ABI dumps that are not included in the finalization process, the script copies only the subdirectory to the finalized ABI dump directory. Test: ./finalize-sdk-rel.sh Bug: 276503801 Change-Id: I76287cf110323baf40035a957564a1e8f39e8015
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.