Merge "Remove unneccessary TARGET_BUILD_APPS conditional" am: e416a5f716

am: 1452e0a389

* commit '1452e0a389a24a6515bc8915076a93155f7bbced':
  Remove unneccessary TARGET_BUILD_APPS conditional
This commit is contained in:
Colin Cross 2015-12-16 02:01:19 +00:00 committed by android-build-merger
commit 70fd02af56
1 changed files with 0 additions and 13 deletions

View File

@ -16,17 +16,4 @@
LOCAL_PATH := $(call my-dir)
ifeq (,$(TARGET_BUILD_APPS))
ifeq ($(TARGET_BUILD_PDK),true)
include $(filter-out %/acp/Android.mk %/signapk/Android.mk %/zipalign/Android.mk,\
$(call all-makefiles-under,$(LOCAL_PATH)))
else # !PDK
include $(call all-makefiles-under,$(LOCAL_PATH))
endif # PDK
else # TARGET_BUILD_APPS
include $(LOCAL_PATH)/apicheck/Android.mk $(LOCAL_PATH)/ijar/Android.mk
endif