Home | History | Annotate | Download | only in LogWrapper
      1 # =============================================================================
      2 #
      3 # MobiCore log wrapper to be included by Android components / products
      4 #
      5 # =============================================================================
      6 
      7 # This is not a separate module.
      8 # Only for inclusion by other modules.
      9 
     10 LOCAL_SHARED_LIBRARIES += liblog
     11 
     12 # Enable logging to logcat per default
     13 LOCAL_CFLAGS += -DLOG_ANDROID
     14 
     15 LOCAL_C_INCLUDES += hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper
     16