Merge "Rename ro.product.enforce_debugfs_restrictions" am: 228ef5f05f

Original change: https://android-review.googlesource.com/c/platform/build/+/1676369

Change-Id: Ia56f89b173d19c7797f8b3b94a24da76e5eaff0f
This commit is contained in:
Treehugger Robot 2021-04-20 06:32:21 +00:00 committed by Automerger Merge Worker
commit a74fbc00a0

View file

@ -293,7 +293,7 @@ endif
ifneq ($(TARGET_BUILD_VARIANT),user)
ifdef PRODUCT_SET_DEBUGFS_RESTRICTIONS
ADDITIONAL_VENDOR_PROPERTIES += \
ro.product.enforce_debugfs_restrictions=$(PRODUCT_SET_DEBUGFS_RESTRICTIONS)
ro.product.debugfs_restrictions.enabled=$(PRODUCT_SET_DEBUGFS_RESTRICTIONS)
endif
endif