blob: 4afbb7c3b8305232a63853f9bf9a30989e67ed97 [file] [log] [blame]
Yang Ni6749f542016-11-07 20:20:49 -08001#=====================================================================
2# Include Subdirectories
3#=====================================================================
4
Miao Wang7e804f42017-03-16 17:19:26 -07005# Not building RSoV modules in PDK builds, as libSPIRV is not available in PDK.
6ifneq ($(TARGET_BUILD_PDK), true)
7
Yang Ni6749f542016-11-07 20:20:49 -08008LOCAL_PATH:=$(call my-dir)
9
10include $(call all-makefiles-under,$(LOCAL_PATH))
11
Miao Wang7e804f42017-03-16 17:19:26 -070012endif # TARGET_BUILD_PDK