summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-10-09 10:55:38 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-10-09 10:55:38 -0700
commitbdbe838f2355072b8f6c59766bd9feae9464cee6 (patch)
tree6ee456c7b77e1373b4bea2a601dd02d08367f01b
parentd6f6ba1530d765768e410673c2149661de757ef1 (diff)
parentd137392e038f6995e9d15ca63d130fd5fa30ed8c (diff)
downloadandroid_hardware_qcom_sdm710_display-bdbe838f2355072b8f6c59766bd9feae9464cee6.tar.gz
android_hardware_qcom_sdm710_display-bdbe838f2355072b8f6c59766bd9feae9464cee6.tar.bz2
android_hardware_qcom_sdm710_display-bdbe838f2355072b8f6c59766bd9feae9464cee6.zip
Merge "libdebug: Remove redundant file copy"
-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)