Android.mk 387 B

123456789101112
  1. #=====================================================================
  2. # Include Subdirectories
  3. #=====================================================================
  4. # Not building RSoV modules in PDK builds, as libSPIRV is not available in PDK.
  5. ifneq ($(TARGET_BUILD_PDK), true)
  6. LOCAL_PATH:=$(call my-dir)
  7. include $(call all-makefiles-under,$(LOCAL_PATH))
  8. endif # TARGET_BUILD_PDK