aboutsummaryrefslogtreecommitdiffstats
path: root/deps/entityx/Android.mk
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:45:36 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:45:36 -0400
commitdc2493e7525bb7633f697ef10f72b72b46222249 (patch)
tree9816755219e65d3f47fdce81c78f3736a7ddb8ab /deps/entityx/Android.mk
parent9d2b31797d0cfd130802b69261df2cd402e39b49 (diff)
Forget what I said, I just need to change git attributes to mark for vendor
Diffstat (limited to 'deps/entityx/Android.mk')
-rw-r--r--deps/entityx/Android.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/deps/entityx/Android.mk b/deps/entityx/Android.mk
deleted file mode 100644
index df86427..0000000
--- a/deps/entityx/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := entityx
-
-LOCAL_MODULE_FILENAME := libentityx
-
-LOCAL_SRC_FILES := \
-entityx/Entity.cc \
-entityx/Event.cc \
-entityx/System.cc \
-entityx/help/Pool.cc \
-entityx/help/Timer.cc \
-
-
-LOCAL_C_INCLUDES := $(LOCAL_PATH)
-
-include $(BUILD_STATIC_LIBRARY)