Merge "Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile"
This commit is contained in:
commit
d098493293
|
@ -1,5 +1,3 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue