summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 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: