Make update-tzdata.py and updateicudata.py consistent.

langInfo.txt file used to be generated in two steps by
updatecldrdata.py:
  1. Updated as unwanted side-effect by CLDR.
  2. Generated back by ICU.

aosp/1557177 split that logic and now step 2 is done in
updateicudata.py. But update-tzdata.py was not updated. This CL makes
sure that these scripts do the same thing.

Bug: 204052899
Test: Updated to IANA's 2021e using current instructions. langInfo.txt
Test: was changed by updatecldrdata.py and restored by update-tzdata.py.
Change-Id: Ic1fed26de1f59fae7447e1a0db3deec52c2ccaf6
1 file changed