summaryrefslogtreecommitdiff
path: root/libdebug
diff options
context:
space:
mode:
authorPullakavi Srinivas <spullaka@codeaurora.org>2018-11-01 06:21:03 -0700
committerPullakavi Srinivas <spullaka@codeaurora.org>2018-11-01 18:54:38 +0530
commitc8f5f53ffd6d45473890d54ddd727e1c1547ffef (patch)
tree4794d5975043d1ee06d72fffb66468d29f931b96 /libdebug
parent1542512292be9400b7e55e8a61f78a02c4545c50 (diff)
Revert "libdebug: Remove redundant file copy"
This reverts commit 23ce8884e7b0cd0e33532f1d422366bd2d17b5cd. Change-Id: I6631b36c19782cfcf4d3551e806099de5672cfd3
Diffstat (limited to 'libdebug')
-rw-r--r--libdebug/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdebug/Android.mk b/libdebug/Android.mk
index 14e5de09..e975a22a 100644
--- a/libdebug/Android.mk
+++ b/libdebug/Android.mk
@@ -8,5 +8,7 @@ LOCAL_SHARED_LIBRARIES := libdl
LOCAL_CFLAGS := -DLOG_TAG=\"SDM\" -Wall -std=c++11 -Werror -fno-operator-names
LOCAL_CLANG := true
LOCAL_SRC_FILES := debug_handler.cpp
+LOCAL_COPY_HEADERS_TO := qcom/display
+LOCAL_COPY_HEADERS := debug_handler.h
include $(BUILD_SHARED_LIBRARY)