diff options
author | 2024-07-23 17:07:45 +0800 | |
---|---|---|
committer | 2024-08-02 04:50:43 +0000 | |
commit | 66bbaa0243a2b11e916d076cc9a1ddb893122a8d (patch) | |
tree | ca2d48ed587a819a96934a86200c5d1734fc727e /compiler/utils/arm64/assembler_arm64.h | |
parent | 3ea38e1d3e11417bb7f86a5dcd24187c299dcd73 (diff) |
Convert `art-libartd-libopenjdkd-host-dependency` to Android.bp
The check `ifneq ($(HOST_OS),darwin)` in this Android.mk
can be ignored because Android no longer supports building on macOS
after June 22, 2021 (Android 11).
Use `phony_rule` instead of `phony` because `libopenjdkd` has a
visibility of `//art/build/apex`. Additionally, libopenjdkd's
dependencies have various visibility settings, changing its visibility
directly to `//art` would cause errors.
Furthermore, `art-libartd-libopenjdkd-host-dependency` is essentially a
phony target, existing solely for `mm/mmm/mmma` commands. Changing it
to `phony_rule` aligns with the original design intent.
Bug: 347142939
Test: 1) m -j art-libartd-libopenjdkd-host-dependency
2) ART_BUILD_HOST_DEBUG=false m -j art-libartd-libopenjdkd-host-dependency
3) cd art && mm/mmm/mmma, then, check `libopenjdkd` be built.
Change-Id: Idd55667a0bd803d4124fbf0ea4c3bf45e2230aad
Diffstat (limited to 'compiler/utils/arm64/assembler_arm64.h')
0 files changed, 0 insertions, 0 deletions