aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2016-05-16 23:24:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-16 23:24:45 +0000
commit6e24827716d2be4ec52c6f7a36fa26a26d93e159 (patch)
tree6c4a519a12d5e99d6f30ced34d642afef1be7cc7
parent3cca6506945126ef0db19189349e5f896a416617 (diff)
parente65d1be1f8d8f770ccb44ec119514cc6df8d89bc (diff)
downloaddrm_hwcomposer-6e24827716d2be4ec52c6f7a36fa26a26d93e159.tar.gz
DO NOT MERGE: drm_hwcomposer: Update the platform precompiler guards
am: e65d1be1f8 * commit 'e65d1be1f8d8f770ccb44ec119514cc6df8d89bc': DO NOT MERGE: drm_hwcomposer: Update the platform precompiler guards Change-Id: I66a66083bf236a49e14d9993b731cb7a3f26ec44
-rw-r--r--platform.h4
-rw-r--r--platformdrmgeneric.h4
-rw-r--r--platformnv.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/platform.h b/platform.h
index 1fc822c..fb6cf61 100644
--- a/platform.h
+++ b/platform.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ANDROID_DRM_IMPORTER_H_
-#define ANDROID_DRM_IMPORTER_H_
+#ifndef ANDROID_DRM_PLATFORM_H_
+#define ANDROID_DRM_PLATFORM_H_
#include "drmhwcomposer.h"
diff --git a/platformdrmgeneric.h b/platformdrmgeneric.h
index 8ea950c..3400876 100644
--- a/platformdrmgeneric.h
+++ b/platformdrmgeneric.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ANDROID_DRM_GENERIC_IMPORTER_H_
-#define ANDROID_DRM_GENERIC_IMPORTER_H_
+#ifndef ANDROID_PLATFORM_DRM_GENERIC_H_
+#define ANDROID_PLATFORM_DRM_GENERIC_H_
#include "drmresources.h"
#include "platform.h"
diff --git a/platformnv.h b/platformnv.h
index 6c7f80a..652409b 100644
--- a/platformnv.h
+++ b/platformnv.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ANDROID_NV_IMPORTER_H_
-#define ANDROID_NV_IMPORTER_H_
+#ifndef ANDROID_PLATFORM_NV_H_
+#define ANDROID_PLATFORM_NV_H_
#include "drmresources.h"
#include "platform.h"