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

Commit 3e168335 authored by Romain Guy's avatar Romain Guy
Browse files

Fix simulator build again.

Change-Id: Ifd204d64eaa4c356422e3363ec0a6e6aa61c52dc
parent af002cf1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
# Does not build for the simulator
ifneq ($(TARGET_SIMULATOR), true)

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

@@ -23,5 +20,3 @@ LOCAL_MODULE:= libhwui
LOCAL_PRELINK_MODULE := false

include $(BUILD_SHARED_LIBRARY)

endif #simulator
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <math.h>
#include <stdlib.h>
#include <string.h>

#include <utils/Log.h>