aboutsummaryrefslogtreecommitdiffstats
path: root/libkms
diff options
context:
space:
mode:
authorColin Cross2015-12-21 17:48:23 -0600
committerColin Cross2015-12-21 17:48:23 -0600
commitb069597d8223923cf0c350eb199287c1f880035e (patch)
treeb7b3f6d4e94709565b94845208e70843dcb7496d /libkms
parent93b1c6466800f6b1b1621b12256913d615175d26 (diff)
downloadexternal-libdrm-b069597d8223923cf0c350eb199287c1f880035e.tar.gz
external-libdrm-b069597d8223923cf0c350eb199287c1f880035e.tar.xz
external-libdrm-b069597d8223923cf0c350eb199287c1f880035e.zip
Remove LOCAL_COPY_HEADERS
Copying headers is bad for enforcing build dependencies because it puts the headers in a location that anyone can include them without depending on the module. The new build system will not support copying headers. Remove LOCAL_COPY_HEADERS, they are already available through LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) Change-Id: I545228718b7a3ad108f155673df8e7faf1c6dd3e
Diffstat (limited to 'libkms')
-rw-r--r--libkms/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/libkms/Android.mk b/libkms/Android.mk
index 2f3d411a..bcadc2fd 100644
--- a/libkms/Android.mk
+++ b/libkms/Android.mk
@@ -49,9 +49,4 @@ endif
49LOCAL_MODULE := libkms 49LOCAL_MODULE := libkms
50LOCAL_SHARED_LIBRARIES := libdrm 50LOCAL_SHARED_LIBRARIES := libdrm
51 51
52LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/libdrm
53
54LOCAL_COPY_HEADERS_TO := libdrm
55LOCAL_COPY_HEADERS := $(LIBKMS_H_FILES)
56
57include $(BUILD_SHARED_LIBRARY) 52include $(BUILD_SHARED_LIBRARY)