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

Commit d1ad84cf authored by Trevor Drake's avatar Trevor Drake
Browse files

Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile

Change-Id: I3cd1430b1555a5cd27b31ed3eebc1663f43e7b3b
parent 492dd1e5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
ifneq ($(BUILD_TINY_ANDROID),true)

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
@@ -25,4 +23,3 @@ LOCAL_SHARED_LIBRARIES := \

include $(BUILD_SHARED_LIBRARY)
endif