diff options
Diffstat (limited to 'libs/surfaceflinger/Android.mk')
-rw-r--r-- | libs/surfaceflinger/Android.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk index d14cebf..53ba3bc 100644 --- a/libs/surfaceflinger/Android.mk +++ b/libs/surfaceflinger/Android.mk @@ -15,7 +15,9 @@ LOCAL_SRC_FILES:= \ LayerBlur.cpp \ LayerBitmap.cpp \ LayerDim.cpp \ + LayerOrientationAnim.cpp \ LayerScreenshot.cpp \ + OrientationAnimation.cpp \ RFBServer.cpp \ SurfaceFlinger.cpp \ Tokenizer.cpp \ @@ -38,7 +40,8 @@ LOCAL_SHARED_LIBRARIES := \ libcorecg \ libsgl \ libpixelflinger \ - libGLES_CM + libEGL \ + libGLESv1_CM LOCAL_C_INCLUDES := \ $(call include-path-for, corecg graphics) |