OSDN Git Service

Clean up use of HAVE_ANDROID_OS
authorKenny Root <kroot@google.com>
Wed, 16 Feb 2011 18:15:52 +0000 (10:15 -0800)
committerKenny Root <kroot@google.com>
Wed, 16 Feb 2011 18:55:41 +0000 (10:55 -0800)
commitce0503dc677442f37b04277d888599d2cdb50ad6
treee167304e3eb7573391cae72c1a98d5f40cc6b6bf
parent6e2af6d21076023f141a482d49b607407b2bc2c1
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
vm/native/dalvik_system_Zygote.c