diff options
author | Anjaneya Prasad Musunuri <aprasad@codeaurora.org> | 2018-10-03 18:37:18 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-10-15 22:27:00 -0700 |
commit | 23ce8884e7b0cd0e33532f1d422366bd2d17b5cd (patch) | |
tree | c914d13cd2996b4d5c97e2210bc999db9d28308b /libdebug | |
parent | 2783c8e85676b56e265e1db714bbee4473c166cd (diff) |
libdebug: Remove redundant file copy
CRs-Fixed: 2327306
Change-Id: I03e7e7caac64bc62c609c1d85606b3a350563929
Diffstat (limited to 'libdebug')
-rw-r--r-- | libdebug/Android.mk | 2 |
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) |