Something went wrong on our end
Select Git revision
CleanSpec.mk
-
Sandeep Patil authored
The CLs that split the property_contexts at topic:prop_ctx_split status:merged broke incremental build, which was later fixed in I22ecd1d3698404df352263fa99b56cb65247a23b. The prop_ctx CLs were later reverted due to updater breakage as in b/34370523. So, this change adds the property_contexts clean steps to fix the incremental builds Change-Id: Ic32b144dbfada3a6c34f9502099220e7e3c63682 Signed-off-by:
Sandeep Patil <sspatil@google.com>
Sandeep Patil authoredThe CLs that split the property_contexts at topic:prop_ctx_split status:merged broke incremental build, which was later fixed in I22ecd1d3698404df352263fa99b56cb65247a23b. The prop_ctx CLs were later reverted due to updater breakage as in b/34370523. So, this change adds the property_contexts clean steps to fix the incremental builds Change-Id: Ic32b144dbfada3a6c34f9502099220e7e3c63682 Signed-off-by:
Sandeep Patil <sspatil@google.com>
adbd.te 526 B
# adbd seclabel is specified in init.rc since
# it lives in the rootfs and has no unique file type.
type adbd, domain;
permissive adbd;
unconfined_domain(adbd)
domain_auto_trans(adbd, shell_exec, shell)
# this is an entrypoint
allow adbd rootfs:file entrypoint;
# Read /data/misc/adb/adb_keys.
allow adbd adb_keys_file:dir search;
allow adbd adb_keys_file:file r_file_perms;
# Allow access in case /data/misc/adb still has the old type.
allow adbd system_data_file:dir search;
allow adbd system_data_file:file r_file_perms;