Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile
Change-Id: I3cd1430b1555a5cd27b31ed3eebc1663f43e7b3b
This commit is contained in:
parent
492dd1e5c1
commit
d1ad84cfa4
|
@ -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