Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b21b85b authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by Android (Google) Code Review
Browse files

Merge "Allow for 5400 words in dump-words-to-file" into nyc-dev

parents 29b1afee 0aeee045
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1918,7 +1918,8 @@ define dump-words-to-file
        @$(call emit-line,$(wordlist 4601,4800,$(1)),$(2))
        @$(call emit-line,$(wordlist 4801,5000,$(1)),$(2))
        @$(call emit-line,$(wordlist 5001,5200,$(1)),$(2))
        @$(if $(wordlist 5201,5202,$(1)),$(error Too many words ($(words $(1)))))
        @$(call emit-line,$(wordlist 5201,5400,$(1)),$(2))
        @$(if $(wordlist 5401,5402,$(1)),$(error Too many words ($(words $(1)))))
endef

# For a list of jar files, unzip them to a specified directory,