Merge "Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefile"

This commit is contained in:
Elliott Hughes 2015-01-24 18:06:26 +00:00 committed by Gerrit Code Review
commit d098493293
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