commit | dc6533bb5030aa092426bdb584fe910edfb11702 | [log] [tgz] |
---|---|---|
author | Nelson Li <nelsonli@google.com> | Fri Jan 10 13:10:08 2025 +0000 |
committer | Nelson Li <nelsonli@google.com> | Fri Jan 10 13:19:28 2025 +0000 |
tree | a285c23e1a78b98b3511609567cfa74c7e53e159 | |
parent | 5ae386cdb4ddad4861b623f138de28b1a13fa1e8 [diff] |
Fix the values of soong_config_variable Correct the values of the Soong config variables `TARGET_SUPPORTS_32_BIT_APPS`, `TARGET_SUPPORTS_64_BIT_APPS`, and `building_gsi`. `TARGET_SUPPORTS_32_BIT_APPS` and `TARGET_SUPPORTS_64_BIT_APPS` should only be set to `true` or `false` after checking their values. `building_gsi` should be set with a `default value` to prevent it from always being empty due to never being explicitly set. Bug: 3446751 Test: m -j TrichromeLibrary-Stub Change-Id: Idf3bf1a47d7ae40880137e36ac1f0aa4b1b6dcc7
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.