diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-12 14:31:10 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-12 14:31:10 +0200 |
commit | 73cdd6117df7c17b76aad93952cf574c494351aa (patch) | |
tree | 74eeb93d47037a9c61aba9772ff5fdb45fe3a83c /hal | |
parent | 0264de4c3b0f74fb35ac13f2726e7f926d705ea5 (diff) | |
download | uxp-73cdd6117df7c17b76aad93952cf574c494351aa.tar.gz |
Remove gonk IDL reference in /hal.
Solves build bustage. Follow-up to cfe5ef4ac7cd59f094b538252161ad74223c47da
Diffstat (limited to 'hal')
-rw-r--r-- | hal/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hal/moz.build b/hal/moz.build index 2359942734..3e1bae4048 100644 --- a/hal/moz.build +++ b/hal/moz.build @@ -4,12 +4,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -XPIDL_SOURCES += [ - 'gonk/nsIRecoveryService.idl', -] - -XPIDL_MODULE = 'hal' - EXPORTS.mozilla += [ 'Hal.h', 'HalImpl.h', |