Remove duplicated LOCAL_REQUIRED_MODULES
All these modules are being unconditionally added to LOCAL_REQUIRED_MODULES a few lines down. Test: make Change-Id: I474c5d41e1a6dd34fd2c2f2d10299048df4c2b70
This commit is contained in:
parent
8155b44afc
commit
4537587a68
1 changed files with 0 additions and 5 deletions
|
@ -247,11 +247,6 @@ ifneq ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
|
||||||
LOCAL_REQUIRED_MODULES += \
|
LOCAL_REQUIRED_MODULES += \
|
||||||
precompiled_sepolicy \
|
precompiled_sepolicy \
|
||||||
precompiled_sepolicy.plat_and_mapping.sha256 \
|
precompiled_sepolicy.plat_and_mapping.sha256 \
|
||||||
vendor_file_contexts \
|
|
||||||
vendor_mac_permissions.xml \
|
|
||||||
vendor_property_contexts \
|
|
||||||
vendor_seapp_contexts \
|
|
||||||
vendor_hwservice_contexts \
|
|
||||||
|
|
||||||
endif # ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
|
endif # ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue