summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-14 23:35:18 +0000
committerMoonchild <moonchild@palemoon.org>2021-10-14 23:35:18 +0000
commite5e601d2df21ebfae85c8c798bba1ac9449bcbd1 (patch)
treef24ab7462dd27389555b81ac48e84f752e785db2 /tools
parent38228cf5cd66dc06a044e00fa4020076e310c6d7 (diff)
downloadaura-central-e5e601d2df21ebfae85c8c798bba1ac9449bcbd1.tar.gz
Issue %3020 - Part 3: Remove /dom/system/android and dependent modules, as well
as robocop.
Diffstat (limited to 'tools')
-rw-r--r--tools/power/moz.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/power/moz.build b/tools/power/moz.build
index 517f969c1..004dd3354 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: