From 75d98fd33ea113056cfb4f0fa404cb3ff3bdf339 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 12 May 2018 14:31:10 +0200 Subject: [PATCH] Remove gonk IDL reference in /hal. Solves build bustage. Follow-up to cfe5ef4ac7cd59f094b538252161ad74223c47da --- hal/moz.build | 6 ------ 1 file changed, 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',