1#===================================================================== 2# Include Subdirectories 3#===================================================================== 4 5# Not building RSoV tests in PDK builds. 6ifneq ($(TARGET_BUILD_PDK), true) 7 8LOCAL_PATH:=$(call my-dir) 9 10include $(call all-makefiles-under,$(LOCAL_PATH)) 11 12endif # TARGET_BUILD_PDK 13