Merge "move build dependencies to sepolicy"
This commit is contained in:
commit
99cbe530c1
1 changed files with 12 additions and 1 deletions
13
Android.mk
13
Android.mk
|
@ -204,7 +204,18 @@ endif
|
|||
|
||||
LOCAL_REQUIRED_MODULES += \
|
||||
nonplat_file_contexts \
|
||||
plat_file_contexts
|
||||
nonplat_mac_permissions.xml \
|
||||
nonplat_property_contexts \
|
||||
nonplat_seapp_contexts \
|
||||
nonplat_service_contexts \
|
||||
nonplat_hwservice_contexts \
|
||||
plat_file_contexts \
|
||||
plat_mac_permissions.xml \
|
||||
plat_property_contexts \
|
||||
plat_seapp_contexts \
|
||||
plat_service_contexts \
|
||||
plat_hwservice_contexts \
|
||||
vndservice_contexts \
|
||||
|
||||
include $(BUILD_PHONY_PACKAGE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue