diff options
author | trav90 <travawine@protonmail.ch> | 2017-02-08 16:24:29 -0600 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2017-02-08 16:24:29 -0600 |
commit | b82d17ddbe7a6657efd3b247d2d795c916393675 (patch) | |
tree | ddab2fdea5f56050cd049cd39bcc630b39bc6d11 /mobile/android | |
parent | be3b38547b18ee3a3d2a833c799ec872d506b770 (diff) | |
download | palemoon-gre-b82d17ddbe7a6657efd3b247d2d795c916393675.tar.gz |
Fix packaging of debug builds when tests are not enabled
Diffstat (limited to 'mobile/android')
-rw-r--r-- | mobile/android/installer/package-manifest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/android/installer/package-manifest.in b/mobile/android/installer/package-manifest.in index 1f46a351d..bac70f467 100644 --- a/mobile/android/installer/package-manifest.in +++ b/mobile/android/installer/package-manifest.in @@ -440,7 +440,7 @@ @BINPATH@/components/dom_webspeechsynth.xpt #endif -#ifdef MOZ_DEBUG +#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG) @BINPATH@/components/TestInterfaceJS.js @BINPATH@/components/TestInterfaceJS.manifest #endif |