summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)