Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c073e131 authored by Jiyong Park's avatar Jiyong Park Committed by Bruno Martins
Browse files

Fix build error

ATRAGE_TAG is defined before including headers

Test: m -j
Change-Id: I2a06ab7cd180a6c69c519498e3f0b7d1e2785627
parent 9919a326
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@
 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

#define ATRACE_TAG ATRACE_TAG_GRAPHICS

#include "ExSurfaceFlinger.h"
#include <fstream>
#include <cutils/properties.h>
#include <ui/GraphicBufferAllocator.h>

#define ATRACE_TAG ATRACE_TAG_GRAPHICS

namespace android {

bool ExSurfaceFlinger::sAllowHDRFallBack = false;