diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-15 16:12:14 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-15 16:12:14 -0800 |
commit | 2eef60297a0ca1433d0824d6d662efd402709cfd (patch) | |
tree | 882019445ab5b3bfcb6a2fdce0fa39084bf9340c /libpixelflinger/codeflinger | |
parent | 5ae090ed949cea9d1e7ab1552b455a229f8f9757 (diff) | |
download | system_core-2eef60297a0ca1433d0824d6d662efd402709cfd.zip system_core-2eef60297a0ca1433d0824d6d662efd402709cfd.tar.gz system_core-2eef60297a0ca1433d0824d6d662efd402709cfd.tar.bz2 |
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'libpixelflinger/codeflinger')
-rw-r--r-- | libpixelflinger/codeflinger/ARMAssembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/ARMAssembler.cpp b/libpixelflinger/codeflinger/ARMAssembler.cpp index c5edadf..ff7b0b3 100644 --- a/libpixelflinger/codeflinger/ARMAssembler.cpp +++ b/libpixelflinger/codeflinger/ARMAssembler.cpp @@ -23,7 +23,7 @@ #include <cutils/properties.h> #if defined(WITH_LIB_HARDWARE) -#include <hardware/qemu_tracing.h> +#include <hardware_legacy/qemu_tracing.h> #endif #include <private/pixelflinger/ggl_context.h> |