commit | ede358bde1d5f4057284f753de36ae61ad1b0f48 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Mon Jan 09 12:52:06 2023 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Mon Jan 09 14:12:12 2023 +0800 |
tree | 8fa1380ac4595e2730bcf4f553dd1c1d553a3117 | |
parent | 9bfdaf1d55262a7d2715202606c2bf7cfc524eac [diff] |
Update check-vndk-list rules - Move LLNDK dumps from vndk directory to platform directory. - Rename ndk and platform subdirectories from the codename to "current". Bug: 238383845 Test: make check-vndk-list Change-Id: Iafd9c970ebbdcc670c2ec406fda5ae861469a023
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.