diff options
Diffstat (limited to 'opengl/tests')
-rw-r--r-- | opengl/tests/gl2_jni/Android.mk | 1 | ||||
-rw-r--r-- | opengl/tests/gl_jni/Android.mk | 1 | ||||
-rw-r--r-- | opengl/tests/gl_perf/Android.mk | 3 | ||||
-rw-r--r-- | opengl/tests/gl_perfapp/Android.mk | 1 | ||||
-rw-r--r-- | opengl/tests/gldual/Android.mk | 1 | ||||
-rw-r--r-- | opengl/tests/hwc/Android.mk | 4 |
6 files changed, 10 insertions, 1 deletions
diff --git a/opengl/tests/gl2_jni/Android.mk b/opengl/tests/gl2_jni/Android.mk index 25187c9..409bd73 100644 --- a/opengl/tests/gl2_jni/Android.mk +++ b/opengl/tests/gl2_jni/Android.mk @@ -37,6 +37,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libutils \ + liblog \ libEGL \ libGLESv2 diff --git a/opengl/tests/gl_jni/Android.mk b/opengl/tests/gl_jni/Android.mk index 80b4bac..11b4c8b 100644 --- a/opengl/tests/gl_jni/Android.mk +++ b/opengl/tests/gl_jni/Android.mk @@ -37,6 +37,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libutils \ + liblog \ libEGL \ libGLESv1_CM diff --git a/opengl/tests/gl_perf/Android.mk b/opengl/tests/gl_perf/Android.mk index cfca089..b0f825c 100644 --- a/opengl/tests/gl_perf/Android.mk +++ b/opengl/tests/gl_perf/Android.mk @@ -6,7 +6,8 @@ LOCAL_SRC_FILES:= \ filltest.cpp LOCAL_SHARED_LIBRARIES := \ - libcutils \ + libcutils \ + liblog \ libEGL \ libGLESv2 \ libui diff --git a/opengl/tests/gl_perfapp/Android.mk b/opengl/tests/gl_perfapp/Android.mk index 45a5516..854b54f 100644 --- a/opengl/tests/gl_perfapp/Android.mk +++ b/opengl/tests/gl_perfapp/Android.mk @@ -40,6 +40,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libutils \ + liblog \ libEGL \ libGLESv2 diff --git a/opengl/tests/gldual/Android.mk b/opengl/tests/gldual/Android.mk index 42094c8..1991ed9 100644 --- a/opengl/tests/gldual/Android.mk +++ b/opengl/tests/gldual/Android.mk @@ -37,6 +37,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libutils \ + liblog \ libEGL \ libGLESv2 diff --git a/opengl/tests/hwc/Android.mk b/opengl/tests/hwc/Android.mk index 177eb63..2fdfcf8 100644 --- a/opengl/tests/hwc/Android.mk +++ b/opengl/tests/hwc/Android.mk @@ -40,6 +40,7 @@ LOCAL_SHARED_LIBRARIES := \ libEGL \ libGLESv2 \ libutils \ + liblog \ libui \ libhardware \ @@ -72,6 +73,7 @@ LOCAL_SHARED_LIBRARIES := \ libEGL \ libGLESv2 \ libutils \ + liblog \ libui \ libhardware \ @@ -102,6 +104,7 @@ LOCAL_SHARED_LIBRARIES := \ libEGL \ libGLESv2 \ libutils \ + liblog \ libui \ libhardware \ @@ -132,6 +135,7 @@ LOCAL_SHARED_LIBRARIES := \ libEGL \ libGLESv2 \ libutils \ + liblog \ libui \ libhardware \ |