aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Vander Stoep2017-08-23 17:09:17 -0500
committerandroid-build-merger2017-08-23 17:09:17 -0500
commit822631baa30307e6adfd2a6fdedab1b19472be3a (patch)
treeb07a098d07e6ef6cc15a932bcd9f1e8cf464c489 /Android.mk
parentadcee9270053f6c68402b6c6928af1a5df816207 (diff)
parentb519a9ad07214da62ae82b267feb4dd19a350cf2 (diff)
downloadsystem-sepolicy-822631baa30307e6adfd2a6fdedab1b19472be3a.tar.gz
system-sepolicy-822631baa30307e6adfd2a6fdedab1b19472be3a.tar.xz
system-sepolicy-822631baa30307e6adfd2a6fdedab1b19472be3a.zip
Merge "move build dependencies to sepolicy" am: 99cbe530c1 am: 5d478edd41
am: b519a9ad07 Change-Id: I30b5b25d3667fd2e0bc3e8efc2b4dc7ff403c171
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1c9295ea..aee846f8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -213,7 +213,18 @@ endif
213 213
214LOCAL_REQUIRED_MODULES += \ 214LOCAL_REQUIRED_MODULES += \
215 nonplat_file_contexts \ 215 nonplat_file_contexts \
216 plat_file_contexts 216 nonplat_mac_permissions.xml \
217 nonplat_property_contexts \
218 nonplat_seapp_contexts \
219 nonplat_service_contexts \
220 nonplat_hwservice_contexts \
221 plat_file_contexts \
222 plat_mac_permissions.xml \
223 plat_property_contexts \
224 plat_seapp_contexts \
225 plat_service_contexts \
226 plat_hwservice_contexts \
227 vndservice_contexts \
217 228
218include $(BUILD_PHONY_PACKAGE) 229include $(BUILD_PHONY_PACKAGE)
219 230