You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments