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

Commit 1472000f authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 31eac784: am d0984932: Merge "Remove obsolete BUILD_TINY_ANDROID check from...

am 31eac784: am d0984932: Merge "Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile"

* commit '31eac784':
  Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile
parents 35d70a27 31eac784
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