commit | 1882f16c80d6e1e047a43c1e685a005034b138e4 | [log] [tgz] |
---|---|---|
author | Eric Tan <taneric@google.com> | Thu Aug 02 18:05:39 2018 -0700 |
committer | Eric Tan <taneric@google.com> | Fri Aug 03 15:44:15 2018 -0700 |
tree | 29fb74695be6d869ca6a0f51e310e6752eb8c36b | |
parent | 5b13ff8f66e4b376127af9cfb6fa3f075f17eaa2 [diff] [blame] |
Audioflinger dumpsys: Use libjsoncpp for json dump Test: dumpsys media.audio_flinger --json Bug: 68148948 Change-Id: Ieebe2c52e3613e48a5ec5cbb2b1f167a32d5a47d
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk index c0aa477..2c26ba4 100644 --- a/services/audioflinger/Android.mk +++ b/services/audioflinger/Android.mk
@@ -42,6 +42,7 @@ LOCAL_STATIC_LIBRARIES := \ libcpustats \ + libjsoncpp \ libsndfile \ LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)