Skip to content

Commit

Permalink
Bug 1268336 - Don't generate unixcharset.properties.h on Android buil…
Browse files Browse the repository at this point in the history
…d. r=mshal

Since Android build doesn't compile nsUNIXCharset.cpp, it is unnecessary to generate this header file.

MozReview-Commit-ID: 7JgepIN8s93

--HG--
extra : rebase_source : 5373832a05d41c73bd419a071a9ca87a092c6381
  • Loading branch information
makotokato committed May 16, 2016
1 parent 2931604 commit 40d86ab
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions intl/locale/unix/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ else:
SOURCES += [
'nsUNIXCharset.cpp',
]
GENERATED_FILES = [
'unixcharset.properties.h',
]
unixcharset = GENERATED_FILES['unixcharset.properties.h']
unixcharset.script = '../props2arrays.py'
unixcharset.inputs = ['unixcharset.properties']

FINAL_LIBRARY = 'xul'

GENERATED_FILES = [
'unixcharset.properties.h',
]
unixcharset = GENERATED_FILES['unixcharset.properties.h']
unixcharset.script = '../props2arrays.py'
unixcharset.inputs = ['unixcharset.properties']

LOCAL_INCLUDES += [
'..',
]
Expand Down

0 comments on commit 40d86ab

Please sign in to comment.