Merge "sdm: export libgralloc headers"

This commit is contained in:
Linux Build Service Account
2017-06-10 02:25:44 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,11 +1,12 @@
HEADER_PATH := ${WORKSPACE}/display/display-hal/include
h_sources = alloc_controller.h \ h_sources = alloc_controller.h \
memalloc.h memalloc.h
cpp_sources = ionalloc.cpp \ cpp_sources = ionalloc.cpp \
alloc_controller.cpp alloc_controller.cpp
library_includedir = $(pkgincludedir) memalloc_includedir = $(pkgincludedir)
library_include_HEADERS = $(h_sources) memalloc_include_HEADERS = $(h_sources)
lib_LTLIBRARIES = libmemalloc.la lib_LTLIBRARIES = libmemalloc.la
libmemalloc_la_CC = @CC@ libmemalloc_la_CC = @CC@
@@ -17,7 +18,9 @@ libmemalloc_la_LIBADD += -lhardware -lcutils -llog -lutils -ldl
libmemalloc_la_LDFLAGS = -shared -avoid-version libmemalloc_la_LDFLAGS = -shared -avoid-version
header_sources = gralloc_priv.h \ header_sources = gralloc_priv.h \
gr.h gr.h \
adreno_utils.h \
$(HEADER_PATH)/color_metadata.h
c_sources = gpu.cpp \ c_sources = gpu.cpp \
gralloc.cpp \ gralloc.cpp \