Eliminate unusable wcassert code in favor of plain old C asssert.

The WC_* macros only expand to something meaningful when _DEBUG is
also defined. However, on enabling _DEBUG, bluedroid fails to build
because the wc_assert function is not defined anywhere. We can get
what I imagine is the equivalent behavior by switching over to the
standard C assert macro.
6 files changed
tree: b0ef3ebcafc9d2d252db74c086bbe614f1c90f7a
  1. gki/
  2. system/
  3. Android.mk
  4. CleanSpec.mk