summaryrefslogtreecommitdiff
path: root/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Generic/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Generic/Android.mk')
-rw-r--r--mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Generic/Android.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Generic/Android.mk b/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Generic/Android.mk
new file mode 100644
index 0000000..a6607de
--- /dev/null
+++ b/mobicore/MobiCoreDriverLib/Daemon/Device/Platforms/Generic/Android.mk
@@ -0,0 +1,16 @@
+# =============================================================================
+#
+# Generic TrustZone device includes
+#
+# =============================================================================
+
+# This is not a separate module.
+# Only for inclusion by other modules.
+
+GENERIC_PATH := Daemon/Device/Platforms/Generic
+
+# Add new source files here
+LOCAL_SRC_FILES += $(GENERIC_PATH)/TrustZoneDevice.cpp
+
+# Header files for components including this module
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(GENERIC_PATH)