another attempt at fixing the SDK build.

Change-Id: I2b96cf7d046b694b232f0699257e4e0608fda660
This commit is contained in:
Mathias Agopian 2011-08-11 22:35:31 -07:00
parent 7934d18aa6
commit c9b06951e0
1 changed files with 6 additions and 4 deletions

View File

@ -17,9 +17,9 @@
#ifndef SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H
#define SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H
#include <sys/cdefs.h>
__BEGIN_DECLS
#ifdef __cplusplus
extern "C" {
#endif
/*
* If the HAL needs to create service threads to handle graphics related
@ -116,6 +116,8 @@ enum {
HAL_TRANSFORM_ROT_270 = 0x07,
};
__END_DECLS
#ifdef __cplusplus
}
#endif
#endif /* SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H */