Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile

Change-Id: I3cd1430b1555a5cd27b31ed3eebc1663f43e7b3b
This commit is contained in:
Trevor Drake 2015-01-24 07:02:50 +00:00
parent 492dd1e5c1
commit d1ad84cfa4
1 changed files with 0 additions and 3 deletions

View File

@ -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