commit | 3d08bbd60aa255af99e575579e8fa78d12d77871 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Feb 08 15:26:13 2018 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Feb 08 15:48:28 2018 -0800 |
tree | 98b846e38ef565362d54bbfeb8dea84d2091687a | |
parent | 3a4f5f33930609e82b6790a396446daf5841338b [diff] |
Use to-upper function instead of $(shell tr) Calling $(shell tr) ~300 times to convert host to HOST and target to TARGET was taking 600ms. Use the to-upper function from build/make/core/definitions.mk instead. Bug: 26275726 Test: no change to out/build-hikey960-test-art.ninja Change-Id: I591a95a5b8348240e1b02f14f302a4835910ec72