Rename ro.product.enforce_debugfs_restrictions
Rename ro.product.enforce_debugfs_restrictions appropriately to ro.product.debugfs_restrictions.enabled as per the sysprop naming scheme. Test: build, boot Bug: 184381659 Change-Id: I65265098caf6382583aa53811f1b3330e58141c0
This commit is contained in:
parent
2c80511bd6
commit
31b2e3e388
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue