diff options
| author | 2024-07-19 15:41:50 +0800 | |
|---|---|---|
| committer | 2024-07-26 12:57:41 +0800 | |
| commit | e63be2a7244f5fb54df5b04e0185f86b7f916823 (patch) | |
| tree | db3a7fa150cd0fa41cf4fa036e5a699bb8184cf1 /tools/warn/java_warn_patterns.py | |
| parent | 31964df6307f9dd94066d18c5f3dc76654ab4d5c (diff) | |
Add HOST_PREFER_32_BIT to Soong Config and move art-tools to product configuration.
This change accomplishes two things:
Adds `HOST_PREFER_32_BIT` to Soong config variables:
The `HOST_PREFER_32_BIT` environment variable is frequently used in
Android.mk files within the art/ directory. By adding it to
soong_config_variable, we make it accessible to the Soong build system,
which will be essential when converting art modules to Android.bp.
Moves `art-tools` to product configuration:
Originally, `art-tools` was a phony target added to
PRODUCT_HOST_PACKAGES. This approach is incorrect because
PRODUCT_HOST_PACKAGES should only contain actual modules, not phony
targets. We are addressing this by converting the dependencies and
conditional statements (ifeq) within `art-tools` into
PRODUCT_HOST_PACKAGES entries in base_system.mk.
Bug: 346702835
Test: m -j; Then, check related dependencies build in the system.
Change-Id: Iab252dea71c9df9d75f2701b33d3cd4d391e7f5d
Diffstat (limited to 'tools/warn/java_warn_patterns.py')
0 files changed, 0 insertions, 0 deletions