libdebug: Remove redundant file copy

CRs-Fixed: 2327306

Change-Id: I03e7e7caac64bc62c609c1d85606b3a350563929
diff --git a/libdebug/Android.mk b/libdebug/Android.mk
index e975a22..14e5de0 100644
--- a/libdebug/Android.mk
+++ b/libdebug/Android.mk
@@ -8,7 +8,5 @@
 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)