commit | f7a5e2fa4bde8b993e28d49cea71a07eea84e8be | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Fri Apr 14 11:50:04 2023 -0700 |
committer | Alex Buynytskyy <alexbuy@google.com> | Sun Apr 16 21:15:18 2023 -0700 |
tree | 6a732ac77b5423f112ccaf37bbaac2a8fb71f879 | |
parent | 8eed7f5ac6a0ff544ec2d99c96dab6f4d4da3e3d [diff] |
Finalization script fixes. - actually do the first step instead of just logging a message, - make sure extension SDK bump gets picked up by the topic, - fix the resources_sdk_int in first step, and unfix in the second. Bug: 278246368 Fixes: 278246368 Test: local run Change-Id: I0d0f4e2ec7f0b584b9fc14a545cfec73a9fcbdea
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.