summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hardware/audio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hardware/audio.h b/include/hardware/audio.h
index acef499..ba82c62 100644
--- a/include/hardware/audio.h
+++ b/include/hardware/audio.h
@@ -19,6 +19,10 @@
#ifndef ANDROID_AUDIO_HAL_INTERFACE_H
#define ANDROID_AUDIO_HAL_INTERFACE_H
+#ifdef QCOM_HARDWARE
+#undef QCOM_HARDWARE
+#endif
+
#include <stdint.h>
#include <string.h>
#include <strings.h>