Sync all_plat_keys to keys.conf
Since this rule does read the networkstack key. Bug: 130111713 Test: treehugger Test: run this on RBE, which only exposes the source files depended upon Change-Id: Ib4c7e0680158e7892c062f00fe64c2da4195da2b
This commit is contained in:
parent
ce3a33ff18
commit
3afe235071
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $(plat_mac_perms_keys.tmp): $(call build_policy, keys.conf, $(PLAT_PRIVATE_POLIC
|
|||
all_plat_mac_perms_files := $(call build_policy, mac_permissions.xml, $(PLAT_PRIVATE_POLICY))
|
||||
|
||||
# Should be synced with keys.conf.
|
||||
all_plat_keys := platform media shared testkey
|
||||
all_plat_keys := platform media networkstack shared testkey
|
||||
all_plat_keys := $(all_plat_keys:%=$(dir $(DEFAULT_SYSTEM_DEV_CERTIFICATE))/%.x509.pem)
|
||||
|
||||
$(LOCAL_BUILT_MODULE): PRIVATE_MAC_PERMS_FILES := $(all_plat_mac_perms_files)
|
||||
|
|
Loading…
Reference in a new issue