diff options
Diffstat (limited to 'libpixelflinger/Android.mk')
-rw-r--r-- | libpixelflinger/Android.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/libpixelflinger/Android.mk b/libpixelflinger/Android.mk index 488003f2a..85d2c9cf0 100644 --- a/libpixelflinger/Android.mk +++ b/libpixelflinger/Android.mk @@ -16,8 +16,8 @@ PIXELFLINGER_SRC_FILES:= \ codeflinger/blending.cpp \ codeflinger/texturing.cpp \ codeflinger/disassem.c \ - tinyutils/SharedBuffer.cpp \ - tinyutils/VectorImpl.cpp \ + codeflinger/tinyutils/SharedBuffer.cpp \ + codeflinger/tinyutils/VectorImpl.cpp \ fixed.cpp.arm \ picker.cpp.arm \ pixelflinger.cpp.arm \ @@ -52,13 +52,6 @@ endif LOCAL_SHARED_LIBRARIES := libcutils -ifneq ($(TARGET_ARCH),arm) -# Required to define logging functions on the simulator. -# TODO: move the simulator logging functions into libcutils with -# the rest of the basic log stuff. -LOCAL_SHARED_LIBRARIES += libutils -endif - # # Shared library # |