OSDN Git Service

Fix the occassional build break.
authorPatrick Scott <phanna@android.com>
Tue, 24 Nov 2009 13:44:18 +0000 (08:44 -0500)
committerPatrick Scott <phanna@android.com>
Tue, 24 Nov 2009 13:48:08 +0000 (08:48 -0500)
commitf913b011fd26eea7e116d939432db3e2c23ebea7
tree7a0d50d3528b73e8314b6250c6f6a272666ee045
parente0a9ca5395e902b13eff92b0f823056f10ce36bd
Fix the occassional build break.

WebCoreJniOnLoad.cpp now depends on some generated headers so it can occassional
fail to build if make has many jobs. Add LOCAL_ADDITIONAL_DEPENDENCIES to
prevent build breakage.

This was pulled from the old perf/Android.mk file.
Android.mk