Migrated dumpstate to C++.

Bug: 25563823
Change-Id: I3401360f437277e3a6dd6b8a4658fe89f232070a
This commit is contained in:
Felipe Leme 2015-12-14 14:11:32 -08:00
parent 1c2f771b6f
commit 534cf674f2
2 changed files with 1 additions and 1 deletions

View File

@ -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.flo