Note to self. TOP SECRET


SUBMITTED BY: Guest

DATE: Jan. 24, 2014, 6:43 p.m.

FORMAT: Text only

SIZE: 475 Bytes

HITS: 1153

  1. ifneq ($(strip $(USE_DEVICE_SPECIFIC_CAMERA)),true)
  2. ifneq ($(filter msm7x30 msm8960 msm8226 msm8974,$(TARGET_BOARD_PLATFORM)),)
  3. ifneq ($(USE_CAMERA_STUB),true)
  4. ifneq ($(BUILD_TINY_ANDROID),true)
  5. ifeq ($(TARGET_BOARD_PLATFORM),msm7x30)
  6. include $(call all-named-subdir-makefiles, msm7x30)
  7. else
  8. include $(call all-named-subdir-makefiles, mm-image-codec QCamera2)
  9. endif
  10. endif
  11. endif
  12. endif
  13. endif

comments powered by Disqus