android_system_sepolicy/build
Felix 342b58a2ee property_contexts: Drop COMPATIBLE_PROP guard
public/property_contexts needs to be included regardless of
API level so that the property *labels* are always included.
Else, devices without PRODUCT_COMPATIBLE_PROPERTY (shipping
API level <27) will run into denials because the props are
labeled `default_prop`.

As a side benefit, this reduces deviation in test matrices.

The guard was originally introduced in:
e49714542e "Whitelist exported platform properties"

Test: Build for device without PRODUCT_COMPATIBLE_PROPERTY,
no more denials for accessing `default_prop` from e.g. HALs.

Change-Id: I5bbe5d078040bb26dd48d353953661c9375d2009
Signed-off-by: Felix <google@ix5.org>
2020-03-02 16:28:38 +01:00
..
soong property_contexts: Drop COMPATIBLE_PROP guard 2020-03-02 16:28:38 +01:00
Android.bp Using a python script to build sepolicy 2018-02-05 18:22:12 +08:00
build_sepolicy.py Replace "grep -f" with python util. 2018-12-17 16:57:57 -08:00
file_utils.py Using a python script to build sepolicy 2018-02-05 18:22:12 +08:00