diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-14 23:35:18 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:22:15 +0200 |
commit | 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 (patch) | |
tree | 522ad2b33de883f03a53ffa17e4d74202bcf762a /tools | |
parent | 28a3cd1028612b3b577768519d11fa6fbcda6f09 (diff) | |
download | uxp-39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.tar.gz |
Issue #1053 - Remove /dom/system/android and dependent modules,
as well as robocop.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/power/moz.build b/tools/power/moz.build index 517f969c1e..004dd3354c 100644 --- a/tools/power/moz.build +++ b/tools/power/moz.build @@ -8,8 +8,7 @@ do_rapl = False if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_ARCH'] == 'x86_64': do_rapl = True -if CONFIG['OS_ARCH'] == 'Linux' and CONFIG['OS_TARGET'] != 'Android' and \ - CONFIG['CPU_ARCH'] in ('x86', 'x86_64'): +if CONFIG['OS_ARCH'] == 'Linux' and CONFIG['CPU_ARCH'] in ('x86', 'x86_64'): do_rapl = True if do_rapl: |