summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorFelipe Leme <felipeal@google.com>2015-11-10 10:31:29 -0800
committerFelipe Leme <felipeal@google.com>2015-11-10 10:31:29 -0800
commit8223fe0a28e58737f84eedef4e02ad13dcabf85d (patch)
tree4a2889166b8249a7ba158a7c0d7539b21144c151 /dumpstate
parent359be12c1f9e8eb599b99e7df067681363bc5435 (diff)
downloadfugu-8223fe0a28e58737f84eedef4e02ad13dcabf85d.tar.gz
Migrated dumpstate to C++.
BUG: 25563823 Change-Id: Ica7b3083d02cdf64710661a66dfddd0ec2df0794
Diffstat (limited to 'dumpstate')
-rw-r--r--dumpstate/Android.mk2
-rw-r--r--dumpstate/dumpstate.cpp (renamed from dumpstate/dumpstate.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/dumpstate/Android.mk b/dumpstate/Android.mk
index 845975a..8f7a208 100644
--- a/dumpstate/Android.mk
+++ b/dumpstate/Android.mk
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
-LOCAL_SRC_FILES := dumpstate.c
+LOCAL_SRC_FILES := dumpstate.cpp
LOCAL_MODULE := libdumpstate.fugu
diff --git a/dumpstate/dumpstate.c b/dumpstate/dumpstate.cpp
index 1a5c128..1a5c128 100644
--- a/dumpstate/dumpstate.c
+++ b/dumpstate/dumpstate.cpp