upload android base code part4
This commit is contained in:
parent
b9e30e05b1
commit
78ea2404cd
23455 changed files with 5250148 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
h_sources = IQService.h \
|
||||
IQClient.h
|
||||
|
||||
cpp_sources = QService.cpp \
|
||||
IQService.cpp \
|
||||
IQClient.cpp \
|
||||
IQHDMIClient.cpp
|
||||
|
||||
library_includedir = $(includedir)
|
||||
library_include_HEADERS = $(h_sources)
|
||||
|
||||
lib_LTLIBRARIES = libqservice.la
|
||||
libqservice_la_CC = @CC@
|
||||
libqservice_la_SOURCES = $(cpp_sources)
|
||||
libqservice_la_CFLAGS = $(COMMON_CFLAGS) -DLOG_TAG=\"qdqservice\"
|
||||
libqservice_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libqservice_LDADD = -lhardware -lcutils -llog -lbinder
|
||||
libqservice_la_LDFLAGS = -shared -avoid-version
|
Loading…
Add table
Add a link
Reference in a new issue