summaryrefslogtreecommitdiff
path: root/libcopybit
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2014-05-02 15:19:31 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2014-05-02 15:19:31 -0400
commit5d7d2924a7fd0f1329f495b74af5458c6e17ad48 (patch)
tree0d392f45d10e2e803e70d1c1c0e3d283a0a5329b /libcopybit
parente4eae8c8930a05b921828317a33501129f8b72f1 (diff)
downloaddisplay-5d7d2924a7fd0f1329f495b74af5458c6e17ad48.tar.gz
copybit: Export c2d header
On open source builds, adreno libs don't get built, due to which c2d headers aren't exported. Export it from the display HAL. Change-Id: I6ed1d1fcf3f99ba83d5f194e40d0b42bd7b4d566
Diffstat (limited to 'libcopybit')
-rw-r--r--libcopybit/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcopybit/Android.mk b/libcopybit/Android.mk
index b3d42499..2ac7d15b 100644
--- a/libcopybit/Android.mk
+++ b/libcopybit/Android.mk
@@ -17,7 +17,7 @@ include $(LOCAL_PATH)/../common.mk
include $(CLEAR_VARS)
LOCAL_COPY_HEADERS_TO := $(common_header_export_path)
-LOCAL_COPY_HEADERS := copybit.h copybit_priv.h
+LOCAL_COPY_HEADERS := copybit.h copybit_priv.h c2d2.h
#Copy the headers regardless of whether copybit is built
include $(BUILD_COPY_HEADERS)