am 95f517bf: Merge "emulator: opengl: Make host decoder libraries static"
* commit '95f517bfd8dde0a8dc9946eaa4ffc2b057d6c873': emulator: opengl: Make host decoder libraries static
This commit is contained in:
committed by
Android Git Automerger
commit
f66bbde91d
@@ -1,6 +1,6 @@
|
|||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
$(call emugl-begin-host-shared-library,libGLESv1_dec)
|
$(call emugl-begin-host-static-library,libGLESv1_dec)
|
||||||
|
|
||||||
$(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
|
$(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
|
||||||
$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
|
$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
$(call emugl-begin-host-shared-library,libGLESv2_dec)
|
$(call emugl-begin-host-static-library,libGLESv2_dec)
|
||||||
$(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
|
$(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
|
||||||
$(call emugl-gen-decoder,$(EMUGL_PATH)/system/GLESv2_enc,gl2)
|
$(call emugl-gen-decoder,$(EMUGL_PATH)/system/GLESv2_enc,gl2)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
$(call emugl-begin-host-shared-library,lib_renderControl_dec)
|
$(call emugl-begin-host-static-library,lib_renderControl_dec)
|
||||||
$(call emugl-import,libOpenglCodecCommon)
|
$(call emugl-import,libOpenglCodecCommon)
|
||||||
$(call emugl-gen-decoder,$(EMUGL_PATH)/system/renderControl_enc,renderControl)
|
$(call emugl-gen-decoder,$(EMUGL_PATH)/system/renderControl_enc,renderControl)
|
||||||
# For renderControl_types.h
|
# For renderControl_types.h
|
||||||
|
|||||||
Reference in New Issue
Block a user