Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70fd02af authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Remove unneccessary TARGET_BUILD_APPS conditional" am: e416a5f7

am: 1452e0a3

* commit '1452e0a3':
  Remove unneccessary TARGET_BUILD_APPS conditional
parents 41c469e5 1452e0a3
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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