diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \ $(WEBCORE_PATH)/platform/animation \ $(WEBCORE_PATH)/platform/graphics \ $(WEBCORE_PATH)/platform/graphics/android \ + $(WEBCORE_PATH)/platform/graphics/android/context \ + $(WEBCORE_PATH)/platform/graphics/android/fonts \ + $(WEBCORE_PATH)/platform/graphics/android/layers \ + $(WEBCORE_PATH)/platform/graphics/android/rendering \ + $(WEBCORE_PATH)/platform/graphics/android/utils \ $(WEBCORE_PATH)/platform/graphics/filters \ $(WEBCORE_PATH)/platform/graphics/gpu \ $(WEBCORE_PATH)/platform/graphics/network \ |