OSDN Git Service

simpleperf: fix mac build.
authorYabin Cui <yabinc@google.com>
Thu, 25 Feb 2016 19:02:30 +0000 (11:02 -0800)
committerYabin Cui <yabinc@google.com>
Thu, 25 Feb 2016 19:02:30 +0000 (11:02 -0800)
commitff7465c896ab90c162cbcf2b141c4cdd79bf437f
tree8cd8c3a5b0aff1e52d9c2b4de308ccb30df2e525
parente0908972807e5366aba6af130a53803333f94145
simpleperf: fix mac build.

I forgot that mac doesn't support whole static library. Change to static library
to avoid hiting the same problem in the future.

Bug: 26962895
Change-Id: Ia8e26c2e1cf7621391e00e100b22b7ed451dfa32
simpleperf/Android.mk
simpleperf/cmd_dumprecord.cpp
simpleperf/cmd_help.cpp
simpleperf/cmd_list.cpp
simpleperf/cmd_record.cpp
simpleperf/cmd_report.cpp
simpleperf/cmd_stat.cpp
simpleperf/command.cpp