diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-03-22 21:37:23 +0000 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-03-22 21:38:06 +0000 |
commit | 689743c7b8786a186bbf1ecc7fe43b3176827499 (patch) | |
tree | 6b6a35ffd0256f3f1215817b0d350ad996a53238 | |
parent | 5b70e9b223c79a168bc4bc1be10317921fbf9bf1 (diff) | |
download | hardware_libhardware-689743c7b8786a186bbf1ecc7fe43b3176827499.zip hardware_libhardware-689743c7b8786a186bbf1ecc7fe43b3176827499.tar.gz hardware_libhardware-689743c7b8786a186bbf1ecc7fe43b3176827499.tar.bz2 |
Fix the QCOM_BSP ifdef
We only want this when the full BSP is enabled
Change-Id: I9fe46507d39fdf26f30a13284d9c4021365a08fd
-rw-r--r-- | include/hardware/gralloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h index b758b57..c0c6fe2 100644 --- a/include/hardware/gralloc.h +++ b/include/hardware/gralloc.h @@ -237,7 +237,7 @@ typedef struct gralloc_module_t { typedef struct alloc_device_t { struct hw_device_t common; -#ifdef QCOM_HARDWARE +#ifdef QCOM_BSP /* * (*allocSize)() Allocates a buffer in graphic memory with the requested * bufferSize parameter and returns a buffer_handle_t and the stride in |