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

Commit 61ebc86c authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix simulator build again."

parents 7d977de3 3e168335
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>