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 | b6be8d844087c366b8b2836418dacf893308808f (patch) | |
tree | 74eeb93d47037a9c61aba9772ff5fdb45fe3a83c /hal | |
parent | e38eafdf82d17e1572dd73595781633721a5605f (diff) | |
download | aura-central-b6be8d844087c366b8b2836418dacf893308808f.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 235994273..3e1bae404 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', |