Remove occurances of $(strip $(sort))
$(sort) inherently strips, so there's no need for the extra call to $(strip). In the current kati implementation, the strip incurs a string copy even if it does nothing. Bug: 406475346 Test: m nothing Change-Id: I4511d58ebf855ffc47c1cbe88f3193bf6f04ed1d
Loading
Please register or sign in to comment