Bug 1648575 - Fix Android artifact builds after bug 1645986. r=nalexander

Differential Revision: https://phabricator.services.mozilla.com/D81240
This commit is contained in:
Mike Hommey 2020-06-25 22:31:02 +00:00
parent ea442838d3
commit 382cebd8f2
2 changed files with 3 additions and 5 deletions

View File

@ -168,6 +168,9 @@ widget/android/bindings/export: mobile/android/base/export
# source code in order to find JNI wrapper annotations.
widget/android/export: mobile/android/base/export
# android_apks is not built on artifact builds without this dependency.
mobile/android/base/export: mobile/android/base/android_apks
# CSS2Properties.webidl needs ServoCSSPropList.py from layout/style
dom/bindings/export: layout/style/ServoCSSPropList.py

View File

@ -7,8 +7,3 @@
.NOTPARALLEL:
include $(topsrcdir)/config/rules.mk
# The RecursiveMake backend puts this target into the `export`
# tier... but we then don't `export::` it in artifact builds. We need
# this for artifact builds, so we `export::` it here.
export:: android_apks