add Looper.cpp to build for linux host to use in CTS audio
Change-Id: I59cfe30fd48fcba0bb949033f4d2aef5ce9916e4
This commit is contained in:
parent
94ff71fd6a
commit
b7beba4548
@ -67,6 +67,9 @@ endif
|
||||
# =====================================================
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES:= $(commonSources)
|
||||
ifeq ($(HOST_OS), linux)
|
||||
LOCAL_SRC_FILES += Looper.cpp
|
||||
endif
|
||||
LOCAL_MODULE:= libutils
|
||||
LOCAL_STATIC_LIBRARIES := libz
|
||||
LOCAL_C_INCLUDES := \
|
||||
@ -80,6 +83,9 @@ include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
# =====================================================
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES:= $(commonSources)
|
||||
ifeq ($(HOST_OS), linux)
|
||||
LOCAL_SRC_FILES += Looper.cpp
|
||||
endif
|
||||
LOCAL_MODULE:= lib64utils
|
||||
LOCAL_STATIC_LIBRARIES := libz
|
||||
LOCAL_C_INCLUDES := \
|
||||
|
Loading…
Reference in New Issue
Block a user