Get AID_GRAPHICS from right place

Change-Id: I97b1754dc7260fec083275c71a8f71ebfb2cefa8
This commit is contained in:
Glenn Kasten
2011-12-19 13:55:34 -08:00
parent fcbbaf1d83
commit 1e80869133
2 changed files with 1 additions and 16 deletions

View File

@@ -35,15 +35,6 @@
// ---------------------------------------------------------------------------
/* ideally AID_GRAPHICS would be in a semi-public header
* or there would be a way to map a user/group name to its id
*/
#ifndef AID_GRAPHICS
#define AID_GRAPHICS 1003
#endif
// ---------------------------------------------------------------------------
namespace android {
enum {

View File

@@ -59,15 +59,9 @@
#include "DisplayHardware/DisplayHardware.h"
#include "DisplayHardware/HWComposer.h"
#include <private/android_filesystem_config.h>
#include <private/surfaceflinger/SharedBufferStack.h>
/* ideally AID_GRAPHICS would be in a semi-public header
* or there would be a way to map a user/group name to its id
*/
#ifndef AID_GRAPHICS
#define AID_GRAPHICS 1003
#endif
#define EGL_VERSION_HW_ANDROID 0x3143
#define DISPLAY_COUNT 1