aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross2015-12-21 17:48:23 -0600
committerColin Cross2015-12-21 17:48:23 -0600
commitb069597d8223923cf0c350eb199287c1f880035e (patch)
treeb7b3f6d4e94709565b94845208e70843dcb7496d /freedreno
parent93b1c6466800f6b1b1621b12256913d615175d26 (diff)
downloadexternal-libgbm-b069597d8223923cf0c350eb199287c1f880035e.tar.gz
external-libgbm-b069597d8223923cf0c350eb199287c1f880035e.tar.xz
external-libgbm-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 'freedreno')
-rw-r--r--freedreno/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/freedreno/Android.mk b/freedreno/Android.mk
index 243a1e23..5be5bc86 100644
--- a/freedreno/Android.mk
+++ b/freedreno/Android.mk
@@ -21,9 +21,6 @@ LOCAL_C_INCLUDES := \
21LOCAL_CFLAGS := \ 21LOCAL_CFLAGS := \
22 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 22 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
23 23
24LOCAL_COPY_HEADERS := $(LIBDRM_FREEDRENO_H_FILES)
25LOCAL_COPY_HEADERS_TO := freedreno
26
27LOCAL_SHARED_LIBRARIES := \ 24LOCAL_SHARED_LIBRARIES := \
28 libdrm 25 libdrm
29 26