FramebufferNativeWindow.h is obsolete

This adds a deprecation #warning to the header.

Change-Id: Ia32f16e491cb01d435ec8846dda3d9a7d1a9cfc5
This commit is contained in:
Andy McFadden 2014-03-05 15:40:26 -08:00
parent 52badfb341
commit 2e336496c3
4 changed files with 2 additions and 4 deletions

View File

@ -17,6 +17,8 @@
#ifndef ANDROID_FRAMEBUFFER_NATIVE_WINDOW_H
#define ANDROID_FRAMEBUFFER_NATIVE_WINDOW_H
#warning "FramebufferNativeWindow is deprecated"
#include <stdint.h>
#include <sys/types.h>

View File

@ -23,7 +23,6 @@
#include <utils/threads.h>
#include <ui/GraphicBuffer.h>
#include <ui/FramebufferNativeWindow.h>
#include <gui/BufferQueue.h>

View File

@ -33,8 +33,6 @@
#include <utils/Mutex.h>
#include <utils/Condition.h>
#include <ui/FramebufferNativeWindow.h>
#define CPU_CONSUMER_TEST_FORMAT_RAW 0
#define CPU_CONSUMER_TEST_FORMAT_Y8 0
#define CPU_CONSUMER_TEST_FORMAT_Y16 0

View File

@ -23,7 +23,6 @@
#include <utils/threads.h>
#include <ui/GraphicBuffer.h>
#include <ui/FramebufferNativeWindow.h>
#include <gui/BufferQueue.h>