diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-16 11:48:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:28:15 +0200 |
commit | 426a9755d99a9fc818f151d407cbc9bdcd434a5f (patch) | |
tree | dd88a166e589e344e1cd7be7eb24488552790405 /build/moz.configure/init.configure | |
parent | c14bb310ce237c375a5cf4a89e7689ddfbf016c5 (diff) | |
download | uxp-426a9755d99a9fc818f151d407cbc9bdcd434a5f.tar.gz |
Issue #1053 - Remove Android systrace, more build system removals.
Also updates more comments.
Diffstat (limited to 'build/moz.configure/init.configure')
-rw-r--r-- | build/moz.configure/init.configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build/moz.configure/init.configure b/build/moz.configure/init.configure index 5cdf52fb65..5a1f9a8c94 100644 --- a/build/moz.configure/init.configure +++ b/build/moz.configure/init.configure @@ -785,13 +785,3 @@ def js_option(*args, **kwargs): return value.format(opt.option) add_old_configure_arg(js_option) - - -# Bug 1278542: This function is a workaround to resolve -# |android_ndk_include|'s dependency on 'gonkdir.' The -# actual implementation is located in b2g/moz.configure. -# Remove this function as soon as 'android_ndk_include' -# depends on 'target.' -@depends('--help') -def gonkdir(_): - return None |