diff --git a/tools/Android.mk b/tools/Android.mk index d6badab6b2..a29cd3dda9 100644 --- a/tools/Android.mk +++ b/tools/Android.mk @@ -14,7 +14,7 @@ # limitations under the License. # -ifeq ($(TARGET_BUILD_APPS),) +ifeq (,$(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK))) LOCAL_PATH := $(call my-dir) include $(call first-makefiles-under,$(LOCAL_PATH)) endif