commit | 860bd975341dd799417d7211bdd5f49f6ed7ff5e | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed May 14 14:44:29 2014 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed May 14 14:44:29 2014 -0700 |
tree | e14bdf7c5c73807e6b8cd6008e3c106d9822b034 | |
parent | 62fa1f346396aae05d23e4e80ddedb46511d0947 [diff] | |
parent | 9136b8000b46646b45273fdde0e092d8af279dbf [diff] |
Merge "display: Remove ashmem header includes"
diff --git a/libcopybit/Android.mk b/libcopybit/Android.mk index b3d4249..2ac7d15 100644 --- a/libcopybit/Android.mk +++ b/libcopybit/Android.mk
@@ -17,7 +17,7 @@ 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)