axolotl-shiftos: enable ats automation
Change-Id: Ib0a1dbaf2cc73acce62aa4ca086e6f47cbfad8f3
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3bd61f5..3645466 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -56,3 +56,6 @@
# Security patch level
VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
+
+# Sepolicy
+BOARD_VENDOR_SEPOLICY_DIRS += device/shift/axolotl/shiftos/sepolicy/vendor/automation_setup
diff --git a/axolotl.mk b/axolotl.mk
index 411896e..d93ca07 100644
--- a/axolotl.mk
+++ b/axolotl.mk
@@ -21,6 +21,10 @@
PRODUCT_COMPRESSED_APEX := true
MAINLINE_COMPRESS_APEX_ALL := $(PRODUCT_COMPRESSED_APEX)
+# Automation/ATS
+PRODUCT_PACKAGES += \
+ automation_setup \
+
# Build super partition
PRODUCT_BUILD_SUPER_PARTITION := true