blob: 91e289c32b97ec3ac2fbb652c7a0e83c034eaeb5 [file] [log] [blame]
Romain Guye4d01122010-06-16 18:44:05 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
Dan Albert88ba3392014-09-11 16:20:16 -07003LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Romain Guye4d01122010-06-16 18:44:05 -07004
John Recka2732a22014-12-18 13:52:33 -08005LOCAL_MODULE_CLASS := SHARED_LIBRARIES
6LOCAL_MODULE := libhwui
Romain Guy8a4ac612012-07-17 17:32:48 -07007
John Recka2732a22014-12-18 13:52:33 -08008include $(LOCAL_PATH)/Android.common.mk
Romain Guye4d01122010-06-16 18:44:05 -07009
John Recka2732a22014-12-18 13:52:33 -080010include $(BUILD_SHARED_LIBRARY)
Andreas Gampeedaecc12014-11-10 20:54:07 -080011
John Recka2732a22014-12-18 13:52:33 -080012include $(call all-makefiles-under,$(LOCAL_PATH))