Home | History | Annotate | Download | only in common
      1 
      2 LOCAL_PATH := $(call my-dir)
      3 include $(CLEAR_VARS)
      4 
      5 #######################################################################
      6 # Recursive call sub-folder Android.mk
      7 #
      8 include $(call all-makefiles-under,$(LOCAL_PATH))
      9 
     10