diff options
Diffstat (limited to 'libs/hwui/Android.mk')
-rw-r--r-- | libs/hwui/Android.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index a2fcc41..54829a2d 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk @@ -1,6 +1,3 @@ -# Does not build for the simulator -ifneq ($(TARGET_SIMULATOR), true) - LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -23,5 +20,3 @@ LOCAL_MODULE:= libhwui LOCAL_PRELINK_MODULE := false include $(BUILD_SHARED_LIBRARY) - -endif #simulator |