Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19b0ef89 authored by Inseob Kim's avatar Inseob Kim Committed by Gerrit Code Review
Browse files

Merge "Add sepolicy related variables"

parents 25dc5ea0 a3ae4714
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -250,8 +250,16 @@ $(call add_json_str, PrebuiltHiddenApiDir, $(BOARD_PREBUILT_HIDDENAPI_DIR))


$(call add_json_str,  ShippingApiLevel, $(PRODUCT_SHIPPING_API_LEVEL))
$(call add_json_str,  ShippingApiLevel, $(PRODUCT_SHIPPING_API_LEVEL))


$(call add_json_bool, BuildBrokenEnforceSyspropOwner,     $(BUILD_BROKEN_ENFORCE_SYSPROP_OWNER))
$(call add_json_bool, BuildBrokenTrebleSyspropNeverallow, $(BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW))
$(call add_json_bool, BuildBrokenVendorPropertyNamespace, $(BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE))
$(call add_json_bool, BuildBrokenVendorPropertyNamespace, $(BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE))


$(call add_json_bool, RequiresInsecureExecmemForSwiftshader, $(PRODUCT_REQUIRES_INSECURE_EXECMEM_FOR_SWIFTSHADER))

$(call add_json_bool, SelinuxIgnoreNeverallows, $(SELINUX_IGNORE_NEVERALLOWS))

$(call add_json_bool, SepolicySplit, $(PRODUCT_SEPOLICY_SPLIT))

$(call json_end)
$(call json_end)


$(file >$(SOONG_VARIABLES).tmp,$(json_contents))
$(file >$(SOONG_VARIABLES).tmp,$(json_contents))