commit | 63fe36abbee8343e3f11a77785994b4076e12b01 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Feb 21 17:23:02 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Feb 21 17:29:10 2017 -0800 |
tree | e13df1beb3da142498933eddc1337ea1ddaedcaf | |
parent | a7d4e0cd73e9eda41630baf69938bbddffbc530a [diff] |
Use ifndef or ifeq () instead of ifeq "" ifeq with quotes is technically correct make syntax, but rarely used. Replace it with the simpler ifndef when comparing against empty, or with parenthesis for consistency. Test: builds Change-Id: Idcbe0586c4626c67d560694596b0bd9f5f93484a