mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1648575 - Fix Android artifact builds after bug 1645986. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D81240
This commit is contained in:
parent
ea442838d3
commit
382cebd8f2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user