aboutsummaryrefslogtreecommitdiffstats
path: root/lib/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 /lib/entityx/Android.mk
parent9d2b31797d0cfd130802b69261df2cd402e39b49 (diff)
Forget what I said, I just need to change git attributes to mark for vendor
Diffstat (limited to 'lib/entityx/Android.mk')
-rw-r--r--lib/entityx/Android.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/entityx/Android.mk b/lib/entityx/Android.mk
new file mode 100644
index 0000000..df86427
--- /dev/null
+++ b/lib/entityx/Android.mk
@@ -0,0 +1,19 @@
+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)