Add -Werror=date-time to target builds

Soong port of https://android-review.googlesource.com/195464

Change-Id: I68acfb53be962ffd5c488337517dadb950a13b6f
This commit is contained in:
Dan Willemsen
2016-03-01 15:16:50 -08:00
parent 0084d78abf
commit a6084a3662

View File

@@ -94,6 +94,7 @@ var (
"-Werror=non-virtual-dtor",
"-Werror=address",
"-Werror=sequence-point",
"-Werror=date-time",
}
hostGlobalCflags = []string{}