Automation: add trigger target
Set WITH_AUTOMATION_USERDATA to true in order to include into
userdata image.
Change-Id: I1bfcc1cbbb01cbcf1715e25e78f5c6c18e2ae83c
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/axolotl.mk b/axolotl.mk
index d93ca07..2db955d 100644
--- a/axolotl.mk
+++ b/axolotl.mk
@@ -25,6 +25,10 @@
PRODUCT_PACKAGES += \
automation_setup \
+ifeq ($(WITH_AUTOMATION_USERDATA),true)
+PRODUCT_PACKAGES += automation_trigger
+endif
+
# Build super partition
PRODUCT_BUILD_SUPER_PARTITION := true