diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-17 23:30:11 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-20 17:02:56 +0000 |
commit | ff021215eadc84cf10e8061a33f76c5b3c2afbf3 (patch) | |
tree | 0c0e7523ee109551b6f940c7099f6de5be2f4d0d /intel | |
parent | c277cbdd15a13a02078682e668278c5d6805570e (diff) |
android: remove LOCAL_COPY_HEADERS* variables
With earlier changes we've implicitly add the relevant directories
to the includes list, via LOCAL_EXPORT_C_INCLUDES_DIRS.
v2: Update the top Android.mk as well.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'intel')
-rw-r--r-- | intel/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intel/Android.mk b/intel/Android.mk index 73971107..0f498ec2 100644 --- a/intel/Android.mk +++ b/intel/Android.mk @@ -39,9 +39,6 @@ LOCAL_C_INCLUDES := \ LOCAL_CFLAGS := \ -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 -LOCAL_COPY_HEADERS := $(LIBDRM_INTEL_H_FILES) -LOCAL_COPY_HEADERS_TO := libdrm - LOCAL_SHARED_LIBRARIES := \ libdrm \ libpciaccess |