From 9bae89be3a317092a34721e4fc38078598583d2a Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 13 Mar 2018 10:11:34 -0700 Subject: [PATCH] graphics: include graphics-sw.h from graphics.h This reverts commit 94f641c33 in effect. The way for framework to avoid including graphics-sw.h is - include graphics-base.h directly - do not include HAL headers Bug: 70526789 Test: builds Change-Id: I3cd0fbdce2605a59c24f83c680bede95693abfcf --- libsystem/include/system/graphics.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libsystem/include/system/graphics.h b/libsystem/include/system/graphics.h index 6c8f81684..1b6060a4e 100644 --- a/libsystem/include/system/graphics.h +++ b/libsystem/include/system/graphics.h @@ -25,6 +25,7 @@ * generated. */ #include "graphics-base.h" +#include "graphics-sw.h" #ifdef __cplusplus extern "C" {