Remove __DATE__ and __TIME__ from tracing

Including __DATE__ and __TIME__ in the binary means that every build of
this library is different, even if the sources are identical. It also
means that every OTA needs to patch this library. Remove __DATE__ and
__TIME__ from the trace build info, just record whether it's a debug or
release build.

Bug: 24204119
Change-Id: I0dfc1479f096197007db1920b89aeb61ea537168
1 file changed
tree: a9737378e3d3143b6d44731fa69faff0bf74142f
  1. src/
  2. test/
  3. android-webrtc.mk
  4. Android.mk
  5. MODULE_LICENSE_BSD
  6. NOTICE
  7. TODO