commit | ce0503dc677442f37b04277d888599d2cdb50ad6 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Feb 16 10:15:52 2011 -0800 |
committer | Kenny Root <kroot@google.com> | Wed Feb 16 10:55:41 2011 -0800 |
tree | e167304e3eb7573391cae72c1a98d5f40cc6b6bf | |
parent | 6e2af6d21076023f141a482d49b607407b2bc2c1 [diff] |
Clean up use of HAVE_ANDROID_OS HAVE_ANDROID_OS was defined as "1" for targets, but never defined as "0" for non-targets. Changing them to #ifdef should be safe and matches all the other uses of HAVE_ANDROID_OS throughout the system. Change-Id: I077aee39b08ce82327a571d9aca0cae422a0ebb5