Home | History | Annotate | Download | only in hwui
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
      4 
      5 LOCAL_MODULE_CLASS := SHARED_LIBRARIES
      6 LOCAL_MODULE := libhwui
      7 
      8 include $(LOCAL_PATH)/Android.common.mk
      9 
     10 include $(BUILD_SHARED_LIBRARY)
     11 
     12 include $(call all-makefiles-under,$(LOCAL_PATH))
     13