summaryrefslogtreecommitdiff
path: root/hifi/debug-hifi/Android.mk
diff options
context:
space:
mode:
authorNiranjan Yadla <nyadla@cadence.com>2017-08-29 15:22:40 -0700
committerDmitry Shmidt <dimitrysh@google.com>2017-09-14 15:57:09 -0700
commit88a93e41b9bbf01e3d81fff26835084958f7c4fc (patch)
tree9c768f3f54a3d609d50c6fddcbc004ac9eaf862a /hifi/debug-hifi/Android.mk
parent87f08a423539aafb97092991389f952d19e1672e (diff)
downloadhikey-88a93e41b9bbf01e3d81fff26835084958f7c4fc.tar.gz
hikey960: Add debug-hifi to print the DSP logs
Bug: 64395692 Test: Manual Change-Id: I6572cd36ff600848ff7c8a1111c27255e918485f Signed-off-by: Niranjan Yadla <nyadla@cadence.com>
Diffstat (limited to 'hifi/debug-hifi/Android.mk')
-rw-r--r--hifi/debug-hifi/Android.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/hifi/debug-hifi/Android.mk b/hifi/debug-hifi/Android.mk
new file mode 100644
index 00000000..8e55d9ae
--- /dev/null
+++ b/hifi/debug-hifi/Android.mk
@@ -0,0 +1,21 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := debug-hifi
+LOCAL_SHARED_LIBRARIES := liblog libcutils
+LOCAL_SRC_FILES := debug-hifi.c
+include $(BUILD_EXECUTABLE)