am 2a59fa7d: Merge "emulator: fix the build"
* commit '2a59fa7dd29872c203218ebc3da45011f7caf66c': emulator: fix the build
This commit is contained in:
committed by
Android Git Automerger
commit
9765cb8a7f
@@ -1,31 +1,14 @@
|
|||||||
LOCAL_PATH:=$(call my-dir)
|
LOCAL_PATH:=$(call my-dir)
|
||||||
|
|
||||||
# host renderer process ###########################
|
# host renderer process ###########################
|
||||||
include $(CLEAR_VARS)
|
$(call emugl-begin-host-executable,emulator_renderer)
|
||||||
|
$(call emugl-import,libOpenglRender)
|
||||||
|
LOCAL_SRC_FILES := main.cpp
|
||||||
|
LOCAL_CFLAGS += -O0 -g
|
||||||
|
|
||||||
emulatorOpengl := $(LOCAL_PATH)/../..
|
#ifeq ($(HOST_OS),windows)
|
||||||
|
#LOCAL_LDLIBS += -lws2_32
|
||||||
|
#endif
|
||||||
|
|
||||||
LOCAL_MODULE := emulator_renderer
|
$(call emugl-end-module)
|
||||||
LOCAL_MODULE_TAGS := debug
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
main.cpp
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += -g -O0
|
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(emulatorOpengl)/host/include \
|
|
||||||
$(emulatorOpengl)/host/include/libOpenglRender \
|
|
||||||
$(emulatorOpengl)/shared/OpenglOsUtils \
|
|
||||||
$(emulatorOpengl)/shared/OpenglCodecCommon \
|
|
||||||
$(emulatorOpengl)/host/libs/libOpenglRender
|
|
||||||
|
|
||||||
ifeq ($(HOST_OS),windows)
|
|
||||||
LOCAL_LDLIBS += -lws2_32
|
|
||||||
endif
|
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libOpenglRender \
|
|
||||||
libGLESv1_dec \
|
|
||||||
libGLESv2_dec \
|
|
||||||
lib_renderControl_dec
|
|
||||||
|
|
||||||
include $(BUILD_HOST_EXECUTABLE)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user