hwcomposer: Let the external display header be overloaded

Individual devices may want a different header

Change-Id: Ic2d9524dc2dfc4ff76e0516ac7cd02432f9c95f6
This commit is contained in:
Ricardo Cerqueira 2012-03-30 03:26:37 +01:00 committed by andrew.boren
parent 574e446d42
commit 87284fc92f

View File

@ -141,7 +141,7 @@ struct private_hwc_module_t HAL_MODULE_INFO_SYM = {
//Only at this point would the compiler know all storage class sizes.
//The header has hooks which need to know those beforehand.
#include "external_display_only.h"
#include <external_display_only.h>
/*****************************************************************************/