summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjaneya Prasad Musunuri <aprasad@codeaurora.org>2018-10-03 18:37:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-10-04 05:30:14 -0700
commitd137392e038f6995e9d15ca63d130fd5fa30ed8c (patch)
treea4b38fe8fc00f6be0a1db8acb280449aaaba8ee0
parent6d748f24ab21b130c721a0556d42c9e16e888fbd (diff)
downloadandroid_hardware_qcom_sdm710_display-d137392e038f6995e9d15ca63d130fd5fa30ed8c.tar.gz
android_hardware_qcom_sdm710_display-d137392e038f6995e9d15ca63d130fd5fa30ed8c.tar.bz2
android_hardware_qcom_sdm710_display-d137392e038f6995e9d15ca63d130fd5fa30ed8c.zip
libdebug: Remove redundant file copy
CRs-Fixed: 2327306 Change-Id: I03e7e7caac64bc62c609c1d85606b3a350563929
-rw-r--r--libdebug/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdebug/Android.mk b/libdebug/Android.mk
index e975a22a..14e5de09 100644
--- a/libdebug/Android.mk
+++ b/libdebug/Android.mk
@@ -8,7 +8,5 @@ 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)