diff options
Diffstat (limited to 'tools/emulator/opengl/system/renderControl_enc/Android.mk')
| -rw-r--r-- | tools/emulator/opengl/system/renderControl_enc/Android.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/emulator/opengl/system/renderControl_enc/Android.mk b/tools/emulator/opengl/system/renderControl_enc/Android.mk new file mode 100644 index 000000000..5792440f6 --- /dev/null +++ b/tools/emulator/opengl/system/renderControl_enc/Android.mk @@ -0,0 +1,12 @@ +LOCAL_PATH := $(call my-dir) + +$(call emugl-begin-shared-library,lib_renderControl_enc) + +LOCAL_SRC_FILES := \ + renderControl_client_context.cpp \ + renderControl_enc.cpp \ + renderControl_entry.cpp + +$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) +$(call emugl-import,libOpenglCodecCommon) +$(call emugl-end-module) |
