OSDN Git Service

osi: Don't use -std=c99 to compile
authorMarie Janssen <jamuraa@google.com>
Wed, 10 Feb 2016 23:36:48 +0000 (15:36 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 18 Feb 2016 18:39:14 +0000 (10:39 -0800)
commit75be8ac2970284b8dbd7cdb2323bd3cf80f9c6ff
tree2bb4938b6a453765cb1bcebc968a7c67af556dc9
parent37f7f8380f91221f5f49248ee09be927434b0875
osi: Don't use -std=c99 to compile

Using -std=c99 to compile breaks when we are using C++ files, which
metrics uses for protobufs.

Bug: 27077250
Change-Id: Ie94e3ea5d8b219671329108e7795cdc02ecc38b4
osi/Android.mk